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 to evaluate expressions in parent scopes #27

Open
toivoh opened this issue Dec 14, 2012 · 0 comments
Open

Allow to evaluate expressions in parent scopes #27

toivoh opened this issue Dec 14, 2012 · 0 comments

Comments

@toivoh
Copy link
Owner

toivoh commented Dec 14, 2012

Should there be commands to step between the current trap point and different containing scopes for interactive evaluation? Or should the intended scope be specified at each evaluation?

Should the entire call stack be kept, or should it just be possible to evaluate in the lexical parents of the current scope? If the call stack is kept, it should probably be possible to step both lexically and along the call stack. But keeping track of the call stack might be hard if coroutines are involved?

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

1 participant