How to build debuggable executable on Solaris?

Skip Montanaro skip at pobox.com
Tue Oct 1 18:15:40 EDT 2002


    >> (dbx) stop main
    >> dbx: anachronism: Use 'stop change <variable>' or 'stop cond
    >> <bool-expr>'. Event specifications without keywords will not be
    >> accepted in future releases dbx: 'main' is a function or procedure,
    >> expected variable (dbx) run

    Neal> I think it should be:  stop in main

Thanks.  It's been ages since I used dbx.  

    Neal> There is a way to tell dbx to use gdb commands.  I don't remember
    Neal> exactly what you need to do, but you need to add a line to your
    Neal> .dbxrc file like:

    Neal>       gdb on

Hmmm...  I'll give it a try...

Skip




More information about the Python-list mailing list