| View previous topic :: View next topic |
| Author |
Message |
Michael Lundqvist Guest
|
Posted: Tue Sep 27, 2005 5:47 pm Post subject: Debugging |
|
|
Hi,
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?
//Michael
|
|
| Back to top |
|
 |
Andreas Koch Guest
|
Posted: Tue Sep 27, 2005 6:01 pm Post subject: Re: Debugging |
|
|
Michael Lundqvist wrote:
| Quote: | 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"
|
|
| Back to top |
|
 |
Maarten Wiltink Guest
|
Posted: Tue Sep 27, 2005 6:02 pm Post subject: Re: Debugging |
|
|
"Michael Lundqvist" <vinterbacken3 (AT) telia (DOT) com> wrote
| Quote: | 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?
|
Use F8 when that's what you mean. And turn off "use debug DCUs".
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
|