Главная страница | назад





Article #16138: Why no source code available for the CPU view?

 Question and Answer Database
FAQ1138C.txt Why no source code available for the CPU view?
Category :Debugging
Platform :All
Product :C++Builder 1.x
Question:
When an exception or problem occurs during run-time, Builder
brings up a CPU window with machine code. How can I get it to
display the code or location of the code where it stopped?
Selecting View Source from the menu doesn't help.
Answer:
The exception is most likely occurring somewhere (Windows
Kernel code or the RTL) that does not have debug info. When
this happens, it is typically because you are calling into
the RTL, VCL, or a Windows DLL with bad parameters. To find
out where this call is occurring, use the Call Stack view to
find the topmost call which you have debug info for. You will
probably find your problem in that function.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99