Skip to content

Commit

Permalink
don't hide pdb actions while executing
Browse files Browse the repository at this point in the history
  • Loading branch information
athompson673 authored Dec 13, 2024
1 parent 80f6954 commit 25695e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/debugger/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def update_actions(self):
action = self.get_action(action_name)
action.setEnabled(pdb_prompt)

self._set_visible_control_debugger_buttons(pdb_prompt)
self._set_visible_control_debugger_buttons(pdb_prompt or executing)

rows = self.breakpoints_table.selectionModel().selectedRows()
initial_row = rows[0] if rows else None
Expand Down

0 comments on commit 25695e9

Please sign in to comment.