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

Notebooks: breakpoints unexpectedly moved when splitting cells #137833

Open
ronglums opened this issue Nov 24, 2021 · 0 comments
Open

Notebooks: breakpoints unexpectedly moved when splitting cells #137833

ronglums opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-cell-editor Bugs related to code editors in Notebooks (not intellisense / LS's) notebook-debugging
Milestone

Comments

@ronglums
Copy link

ronglums commented Nov 24, 2021

Version: 1.63.0-insider (user setup)
Commit: ed3018f
Date: 2021-11-23T05:33:39.595Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.22000

  1. open an ipynb file

  2. set a breakpoint in the middle of a notebooks cell, e.g.
    image

  3. move cursor to a different location in the cell (e.g. line 3 in this example) and split cell from there.

Expected:
The breakpoint remains in the same location

Actual:
The breakpoint was moved to a different line (should have stayed on line 6 in the second cell but it's on line 4 in the first cell)
image

After an undo, the breakpoint moved to line 16, which again isn't its original location
image

@rebornix rebornix assigned roblourens and unassigned rebornix Dec 16, 2021
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug notebook-cell-editor Bugs related to code editors in Notebooks (not intellisense / LS's) labels Dec 16, 2021
@roblourens roblourens added this to the Backlog milestone Dec 16, 2021
@rebornix rebornix removed their assignment Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook-cell-editor Bugs related to code editors in Notebooks (not intellisense / LS's) notebook-debugging
Projects
None yet
Development

No branches or pull requests

5 participants
@roblourens @rebornix @greazer @ronglums and others