LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   dbx debugger problems (https://www.linuxquestions.org/questions/programming-9/dbx-debugger-problems-127195/)

frybill 12-19-2003 05:26 AM

dbx debugger problems
 
I am having a problem debugging code in C. I have compiled the C program and all subprograms with the -g flag. The debugger available to me is dbx. but it is giving me problems . The error message is

Type 'help' for help.
reading symbolic information ...dbx: fatal error: 1283-221 nesting depth underflow (0)

can anyone tell me why is this error coming and how to overcome it.

Thanks in advance to anyone who can be of help
frybill

shishir 12-19-2003 11:06 PM

what compiler did you use? you might want to use /ucb/cc in order to be able to use dbx, or compile with the flag -gxcoff to generate debugging information that dbx can understand


All times are GMT -5. The time now is 06:14 PM.