j.logsdon@lancaster.ac.uk a écrit :
I am trying to use the ddd debugger (gdb underneath). I can't see the actual variables since it reports a message:
No symbol "whatever-it-is" in current context
Did you take into account that internally (i.e. what the debugger sees) Pascal Variables Have All First Letter Capitalized And The Remaining Ones Lower Cases, even if you use a different capitalization in your program (for the user pascal is case insensitive, but gdb is a C debugger, case sensitive) ?