Re: Euphoria 4.0 debugger
- Posted by mattlewis (admin) Mar 24, 2009
- 791 views
jeremy said...
bernie said...
I looked in the source but I can't figure out how trace displays
Isn't there a way we could switch pretty_print options with some
special key when using the '?' command on a sequence. The manual
says that '?' cmd uses pretty_print.
Bernie, I am not well versed at all on the debugger, I'll let Matt, Derek, Jim or Shawn answer this question.
The file to look at is be_rterror.c, and probably DisplayVar() is a good place to start. I haven't worked with the internal debugger, though improving that and attaching an external debugger is something that we're probably going to do in the future.
Matt