[an error occurred while processing this directive] Node:Bool vars, Next:, Previous:Static vars, Up:Debugging

12.8 Debugging bool data type

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.


[an error occurred while processing this directive]