Audience
Developers in need of an GNU project debugging solution
About GDB
GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes - or what another program was doing at the moment it crashed. Start your program, specifying anything that might affect its behavior. Examine what has happened, when your program has stopped. Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. Those programs might be executing on the same machine as GDB (native), on another machine (remote), or on a simulator. GDB can run on most popular UNIX and Microsoft Windows variants, as well as on Mac OS X. Inferior objects now contain a read-only 'connection_num' attribute that gives the connection number as seen in 'info connections' and 'info inferiors'. New method gdb.Frame.level() which returns the stack level of the frame object.
 
        
        
    
