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
for anything. I realise I am using rather an old version - 2.95.2 19991024 (release) on RH6.2 Linux - that was the latest RPM for RH available at the time but perhaps this is more to do with ddd/gdb than gpc.
There is a message in the info
* The GNU debugger (GDB) does not yet understand Pascal syntax and types; you have to use C syntax when debugging Pascal programs with GDB.
but I am just looking for the value of the variable. ddd certainly steps through the program OK, so it is understanding something. The compilation is just with flag -g.
Is there a way of revealing all?
TIA
John