-
Notifications
You must be signed in to change notification settings - Fork 234
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 console not interactive #1165
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
Comments
abrooksv
added
the
feature-request
New feature or enhancement. May require GitHub community feedback.
label
Aug 14, 2019
Yep, expression editor is useful - but not as useful as the full console. Curious, is there a technical hurdle to supporting this or just hasn't been done? |
I looked through the code, it isn't trivial to implement from my first glance. The entire debug console for python differs from the current console window and there is not a straight forward way to create it. |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
debug console does not allow interaction at breakpoint
To reproduce
>console
Expected behavior
the console should display an interactive prompt with the context of the breakpoint (all variables should be available)
see how interactive console should work here: https://www.jetbrains.com/help/pycharm/using-debug-console.html#actions
Screenshots
Your Environment
The text was updated successfully, but these errors were encountered: