Debugging with GDB (September 2007)

250 Debugging with GDB
show debug serial
Displays the current state of displaying GDB serial debugging info.
set debug target
Turns on or off display of GDB target debugging info. T his info includes what
is going on at the target level of GDB, as it happens. The default is off.
show debug target
Displays the current state of displaying GDB target debugging info.
set debug varobj
Turns on or off display of GDB variable object debugging info. The default is
off.
show debug varobj
Displays the current state of displaying GDB variable object debugging info.