[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

968.0. "unwanted breakpoints" by NNTPD::"[email protected]" (Avi Koski) Thu Jun 05 1997 05:35

Hi,

One of our customers builds an application that consists
of about 40,000 C source lines.

The customer is using dxladebug 4.0-37 with -iow option
and the environment is Digital Unix V4.0B .

When pushing the "continue" button in the debug session,
the debugger breaks in some routines, that the user did NOT
put there any breakpoint!

Question:

1. Has the debugger any default break points ?
2. Is any way to inhibit breaking in unwanted routines ?
3. Is any relation btween the size of the program and this behavior ?

Thanks,
Avi
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
968.1Solution found!NNTPD::"[email protected]"Avi KoskiThu Jun 05 1997 08:089
Hi,

The problem was solved, when the customer have used the
ignore option for I/O and for FPE.

Thanks,
Avi

[Posted by WWW Notes gateway]
968.2CXXC::MJHANSMatthew Hanselman, DEC C/C++Thu Jun 05 1997 18:165
    Ladebug also gets confused with recursion.
    
    See note 756.* for more info.
    
    							- Matt