If you go into Projects -> Options -> Directories/Conditionals there is an
option for 'Search Path'.  If you put into that field '$(DELPHI)\Lib\Debug'
you will get the debug information for all the Delphi standard components.
This means like you said you have to step through all the Delphi lines of
code and that is VERY painful.

Take the text out of the 'Search Path' field and this will fix your problem.
I found this out because I had the same problem.

Steve

-----Original Message-----
From: Stephen Bertram [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 27 March 2001 17:35
To: Multiple recipients of list delphi
Subject: [DUG]: Debugging question


One of my predecessors here added some hooks into SysUtils.pas.  The side
effect has been to make sysutils visible to the debugger and this can get
very annoying when stepping through a function call as you tend to spend
about 10000 steps wading through the assembler lines dealing with string
comparisons.

What determines whether a unit is visible to the debugger?

TIA

Stephen
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to