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

Allow for standard repl behavior within debugger context #2005

Closed
vspinu opened this issue Jun 5, 2017 · 2 comments
Closed

Allow for standard repl behavior within debugger context #2005

vspinu opened this issue Jun 5, 2017 · 2 comments

Comments

@vspinu
Copy link
Contributor

vspinu commented Jun 5, 2017

Would be nice to have full featured repl experience within the debugger. Being able to freely eval arbitrary forms and instrument other forms within the debugger is very useful. Also see this comment.

There are two ways to go about it. Either mimic interruptible-eval within the debugger (might be easier with the current implementation), or recur to some async strategies (e.g. allocate for each debugged session its own thread and stall that one instead of the eval thread). The second strategy would mean a more complicated instrumentation of def forms, like wrapping def's bodies into futures or async go blocks.

@stale
Copy link

stale bot commented May 8, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!

@stale stale bot added the stale label May 8, 2019
@stale
Copy link

stale bot commented Jun 7, 2019

This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.

@stale stale bot closed this as completed Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants