Menu

Debugger?

Help
Anonymous
2003-02-25
2003-02-26
  • Anonymous

    Anonymous - 2003-02-25

    Hi,

    I am compiling a C program under Darwin. The compilation went through smooth, but when I start the binary I get 'Bus error' message.
    Trying to find regular sdb I get a suggestion to run jdb.
    Silly question but I couldn't figure it out - how to debug under Darwin 5.5

    Alex

     
    • Yves de Champlain

      You have gdb.  You also have the -ggdb compiling option with gcc to produce gdb-specific extended symbols.

       

Log in to post a comment.