Skip to content

Commit

Permalink
Backport PR #23369 on branch 6.x (PR: Fix shortcut to stop the debugg…
Browse files Browse the repository at this point in the history
…er) (#23380)
  • Loading branch information
meeseeksmachine authored Dec 30, 2024
1 parent 025538d commit 08d461a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/editor/widgets/editorstack/editorstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ def register_shortcuts(self):
"continue",
"step",
"return",
"stop",
"toggle breakpoint",
"toggle conditional breakpoint",
]:
Expand Down

0 comments on commit 08d461a

Please sign in to comment.