You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: