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

Show source for changed or deleted cells #7532

Closed
Tracked by #1652
roblourens opened this issue Sep 15, 2021 · 3 comments
Closed
Tracked by #1652

Show source for changed or deleted cells #7532

roblourens opened this issue Sep 15, 2021 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality notebook-debugging
Milestone

Comments

@roblourens
Copy link
Member

  • Open a notebook with two cells. The first defines a function, the second calls it
  • Execute the first cell, then delete it
  • Set a breakpoint in the second cell
  • Step in to the function defined in the deleted cell

You get an error message saying that a tmp path isn't available. You should get an editor with the source of the deleted cell

@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Sep 15, 2021
@roblourens roblourens added this to the September 2021 milestone Sep 15, 2021
@roblourens roblourens self-assigned this Sep 15, 2021
@greazer greazer added enhancement and removed needs-triage bug Issue identified by VS Code Team member as probable bug labels Sep 16, 2021
@greazer
Copy link
Member

greazer commented Sep 16, 2021

Jupyter Lab actually displays the code that's being debugged. We should consider doing something similar.

@roblourens
Copy link
Member Author

It's hard to fix this, with the way debugging works with the "run and debug" command. We would need to dump a cell every time a cell is executed, just in case you will start debugging soon.

@greazer greazer modified the milestones: October 2021, On Deck Oct 7, 2021
@greazer greazer added feature-request Request for new features or functionality and removed enhancement labels May 4, 2022
@DonJayamanne
Copy link
Contributor

Closing this issue as not planned, users haven't reported issues similar to this nor have there been any upvotes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality notebook-debugging
Projects
None yet
Development

No branches or pull requests

3 participants