Re: trace in eu 2.0 and eu 2.1
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Apr 07, 1999
- 542 views
On Wed, 7 Apr 1999 06:21:38 -0400, Jeffrey Fielding <JJProg at CYBERBURY.NET> wrote: >I wish it did, but I don't think the trace in Euphoria has ever supported >displaying anything but variables. > >> I seem to remember the version of trace in Euphoria 2.0 letting you do >> stuff like... >> >> ?length(my_seq) >> ?seq[2][2] >> >> ...maybe even... >> >> ?seq[1][2..4] >> >> ...directly into the trace program. You know, you hit "?" and trace asks >> which variable you want to check. Sadly, that never was an option. While we're on the topic, though, what does everybody else think about adding features like breakpoints, variable tracepoints, and being able to move the instruction pointer around (i.e. making trace a full-fledged debugger)?