-
Notifications
You must be signed in to change notification settings - Fork 41
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 descend string macro #75
base: master
Are you sure you want to change the base?
Conversation
Idea: make Somewhere (in the REPL?) is stored the last numbered thing. |
Yep, |
How does that work with exception stacks? In the above I have two stacked exceptions. |
No idea :D (probably the latest printed) |
Yeah and the location is not enough information for Cthulhu, so we would need to store the stackframe itself. |
You can resolve locations into methods via CodeTracking.jl, which is already a dependency of Cthulu |
|
ah, trackign that down is much more annoying |
This allows for users to take a stacktrace like:
And invoke: