Node:Bool vars,
Next:Complex vars,
Previous:Static vars,
Up:Debugging
Q: How can I watch a bool
variable with RHIDE or GDB?
When I try, the debugger always displays void
....
A: With the default COFF debugging format, you can't: it doesn't
support the bool
data type. You have to switch to stabs
debugging format; see switching to stabs, for details.