Re: Trying to use gdb on OS X
- Posted by mattlewis (admin) Jun 06, 2013
- 3560 views
jaygade said...
Then trying to figure out how to properly examine a Euphoria object in the debugger to see what it's doing while manually referring back to the macro definition. I find myself bouncing back and forth between terminal window and gvim source window.
I often do things like:
$ print StdPrint( 1, _some_eu_object_12345, 1 )
That's equivalent to "? some_eu_object", so you get something reasonable. For strings, you can do things like "print EPuts(1, _seq_to_print )" (from memory...may not be exactly right).
Matt