When I step through my source code in a project it also includes other source than my own coding. How can I limit this debugging to only my own code.
Delphi
Last Comment
gerhard9121
8/22/2022 - Mon
Manuel Lopez-Michelone
I don't have xe8 but if the debugger works as usual, just press F8 for debug only your code. Use F7 to trace every line
regards
Manuel Lopez
gerhard9121
ASKER
F8 just takes you back the same way as pressing on run
Manuel Lopez-Michelone
Im not sure. When you're debugging, F8 traces every instructions of your code, but it doenst go to the routines (if they exist), to show what they are doing. But maybe the XE8 delphi debugger works different to the version I use (Delphi 7, yes, Delphi 7).
Anytime you put a breakpoint, your code will stop on this mark, and in this momento you can use f7 or f8. I dont know what else to add. Sorry
regards
Manuel Lopez