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

Running code from the interactive window input box causes ipython-input temp file to open for debugging #7156

Closed
joyceerhl opened this issue Aug 16, 2021 · 0 comments · Fixed by #7245
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window interactive-window-debugging verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@joyceerhl
Copy link
Contributor

joyceerhl commented Aug 16, 2021

Originally reported by @greazer

  1. Open a Python file with a #%% cell in it
  2. Shift+Enter to execute
  3. Run code from the interactive window input box <-- this seems to be messing with sourcemaps or similar
  4. Debug cell
  5. 🐛 temp file containing our injected source code appears

This is likely the execution count getting messed up because we're not accounting for the cell submitted from the interactive window input box

@joyceerhl joyceerhl added bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window interactive-window-debugging labels Aug 16, 2021
@greazer greazer added this to the August 2021 milestone Aug 16, 2021
@DonJayamanne DonJayamanne added verification-needed Verification of issue is requested verified Verification succeeded labels Aug 25, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window interactive-window-debugging verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
3 participants