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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
968.1 | Solution found! | NNTPD::"[email protected]" | Avi Koski | Thu Jun 05 1997 08:08 | 9 |
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.2 | CXXC::MJHANS | Matthew Hanselman, DEC C/C++ | Thu Jun 05 1997 18:16 | 5 | |
Ladebug also gets confused with recursion. See note 756.* for more info. - Matt |