-
Notifications
You must be signed in to change notification settings - Fork 147
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
Debug REPL Evaluate code in any module #221
Comments
No traction on this to date; closing until we decide we actually need it. |
Hi, I found the no traction comment funny. I started using VSCode 3 months ago because of Copilot, and last week, I needed to do some serious debugging. Because of missing REPL, I decided to debug the whole thing in Ipdb and even wrote a blog post about it. To conclude, I would greatly appreciate the REPL. It would allow me to return debugging in VScode instead of Ipdb :) |
Debug Console is the VSCode equivalent of REPL. This issue is not about REPL in general, but specifically about one potential feature: evaluating code in that REPL in the context of an arbitrary module that is already loaded (so that this module's globals are your globals). Currently, Debug Console always evaluates things in the context of the stack frame that you have selected in the Stack pane, so unless module's top level is actively executing, there's no way to eval things in it without explicitly using |
@int19h thank you for replying and mentioning Debug Console. |
No description provided.
The text was updated successfully, but these errors were encountered: