You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.