Hello,
I'm trying to debug an old project. When I add a break point the program will execute up to that breakpoint fine. At that point if I do trace, step over, or step into I get prompted for several *.pas files. Google leads me to believe *.pas is a pascal/delphi extension. Why would the program be looking for this if the project is a builder version? Here is a list of the files it is looking for.
Controls.pas
Stdctrls.pas
classes.pas
I just click ignore to each of these prompts. After clicking ignore, I am always taken to the CPU debug tab which is really annoying. Can someone help me out with this? How would my program be referencing these files and is there a way to not always pop into the CPU view?
Thanks
I'm trying to debug an old project. When I add a break point the program will execute up to that breakpoint fine. At that point if I do trace, step over, or step into I get prompted for several *.pas files. Google leads me to believe *.pas is a pascal/delphi extension. Why would the program be looking for this if the project is a builder version? Here is a list of the files it is looking for.
Controls.pas
Stdctrls.pas
classes.pas
I just click ignore to each of these prompts. After clicking ignore, I am always taken to the CPU debug tab which is really annoying. Can someone help me out with this? How would my program be referencing these files and is there a way to not always pop into the CPU view?
Thanks