Skip to content

Investigate how to make persisted cell breakpoints robust #99943

@weinand

Description

@weinand

VS Code manages breakpoints outside from debug extensions and debug sessions. This includes breakpoints in notebook cells.

Today cell breakpoints use the cell's number to identify a breakpoint within the notebook.
When notebook cells are rearranged within a notebook (which renumbers cells), the persisted breakpoints no longer refer to the correct cell.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions