Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Stack Traces #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add Support for Stack Traces #5

wants to merge 4 commits into from

Conversation

neil-lindquist
Copy link

This adds support for fetching stack traces when debugging. Swank already sends the top few frames (20 by default), so this adds the information passed to the debug setup handler. Additionally, this provides a function to fetch the full stack trace.

The argument to the debug_setup handler now has some stack trace
 * SWANK sends the top n stack frames (20 by default)
Created a function to fetch the full stack trace
@neil-lindquist
Copy link
Author

As I mentioned in the related pull request for atom slime, I added more functionality than just printing stack frames. Unlike the atom slime pull request though, this has (untested) hooks for stepping.

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.

1 participant