Re: Debugging
Michael Lundqvist wrote:
Using "F7" when debugging my code step by step forces me in to units not
belonging to my one project code but to Delphi.
I'm not interested in the code in units like Classes and Graphics and so on.
How can I stop that from happening?
as far as i remember : Project options,uncheck "compile with debug DCUs"
.
Relevant Pages
- Re: Debugging
... > Using "F7" when debugging my code step by step forces me in to units ... > not belonging to my one project code but to Delphi. ... (comp.lang.pascal.delphi.misc) - Debugging
... Using "F7" when debugging my code step by step forces me in to units not ... belonging to my one project code but to Delphi. ... (comp.lang.pascal.delphi.misc) |
|