Greg Cooper
6c1e70af8e
various debugger fixes:
...
fix trim-expr-str
get rid of some calls to format
use paragraphs instead of lines in stack frame view
svn: r9531
2008-04-29 03:10:46 +00:00
Greg Cooper
aface374af
add a couple of checks for empty stack
...
svn: r9509
2008-04-28 04:06:22 +00:00
Greg Cooper
632f4df567
use bold style to mark current frame, variable names
...
svn: r9508
2008-04-28 03:55:02 +00:00
Greg Cooper
12a1526e1f
use text% objects for stack and variables
...
to do: documentation, change style of selected frame
svn: r9507
2008-04-28 02:04:44 +00:00
Greg Cooper
30eb4e6a58
initial version of debugger stack view
...
to do: investigate graphical feedback for frame rollover/selection; update documentation
svn: r9506
2008-04-27 18:40:36 +00:00
Greg Cooper
06c182e589
replace (equal? (send d get-filename) source)
...
with (send d port-name-matches? source) and use for-each-frame
instead of locate-file
svn: r8867
2008-03-04 04:46:17 +00:00
Greg Cooper
c4b76ea3dc
add support for stack navigation, along with a bit more documentation
...
refactor some large blocks of code and add a few comments
svn: r8791
2008-02-25 05:02:09 +00:00
Greg Cooper
25a6c70202
various changes
...
- use an editor-snip% to make frtime's value rendering work correctly
(though not as prettily) when several snips are embedded within a data
structure
- fix frtime's choice, radio-box, and list-box widgets
- improve debugger's handling of variables, etc.
- allow HtDP languages to enable the debugger, and do so for Advanced
language
svn: r8780
2008-02-24 05:43:13 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Greg Cooper
a8e07cded2
rename mztake-less mztake to gui-debugger
...
svn: r8756
2008-02-21 18:09:55 +00:00