Skip to content

Improve awareness of debug location in notebooks #169190

Closed
@roblourens

Description

@roblourens

It's easy to lose track of the debugged cell in notebooks, especially when you've stepped into a cell which is different from the cell that is "running". Some improvements we could make:

  • The "Go To" button should go to the cell at the top of the callstack, not the cell where the user clicked Run
  • We should show overview ruler decorations for the top stackframe, as in the editor
  • And overview ruler decorations for the currently running cell
  • And for breakpoints (behind a setting, debug.showBreakpointsInOverviewRuler)

cc @kieferrm

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalitynotebook-debuggingverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions