Skip to content

Add a debugger#35

Open
hellerve wants to merge 2 commits intomasterfrom
debugger
Open

Add a debugger#35
hellerve wants to merge 2 commits intomasterfrom
debugger

Conversation

@hellerve
Copy link
Owner

@hellerve hellerve commented Mar 8, 2026

This PR fixes #24 by adding a debugger. It’s unfortunately pretty heavy, but comes with a cool enough set of features to warrant the ~300 lines or so added.

  • adjustable prompt
  • can render backtraces
  • can move up and down the callstack and into specific frames
  • can inspect local variables and source code (with some SBCL limitations)
  • can step (into, next, out) and set and activate breakpoints

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interaction with the debugger

1 participant