Skip to content

Commit

Permalink
Merge pull request #23369 from jsbautista/shortcutStop
Browse files Browse the repository at this point in the history
PR: Fix shortcut stop debugger
  • Loading branch information
dalthviz authored Dec 30, 2024
2 parents 3ddbb71 + 128654c commit 5d3c74c
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 @@ -510,6 +510,7 @@ def register_shortcuts(self):
"continue",
"step",
"return",
"stop",
"toggle breakpoint",
"toggle conditional breakpoint",
]:
Expand Down

0 comments on commit 5d3c74c

Please sign in to comment.