Opened 16 years ago
Last modified 17 months ago
#30 assigned enhancement
Lisp debugger, for both compiled and interpreted code
Reported by: | vvoutilainen | Owned by: | unassigned |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | other | Version: | |
Keywords: | debug debugger | Cc: | |
Parent Tickets: |
Description
ABCL code can be debugged with normal java debuggers, but it
is somewhat painful for the portions implemented in lisp(1). So we need a lisp debugger.
(1) It's possible, although a bit tedious, to step through
eval calls in a java debugger by examining the cars and
cdrs of eval parameters when stepping the code.
Change History (20)
comment:1 Changed 16 years ago by
Milestone: | unscheduled → 0.14 |
---|---|
Owner: | changed from somebody to Mark Evenson |
Status: | new → assigned |
comment:3 Changed 14 years ago by
Owner: | changed from Mark Evenson to unassigned |
---|
Releasing to unassigned, as I have no realistic scope for implementing this.
comment:4 Changed 13 years ago by
Milestone: | unscheduled → 2.0 |
---|
comment:6 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:7 Changed 11 years ago by
Recent proposed changes to slime allow inspection of Lisp Stack
https://github.com/easye/slime/commit/a379d76ff78ed9ea43c040fbbb63fec49e9121eb
comment:12 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:17 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:18 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:19 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:20 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
SLIME has decent hooks for a debugger: it would be nice to align ABCL to provide the needed interfaces (it would at least rationalize our debugger development).