Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit d6ffa12

Browse files
committed
ste debugging status to in progress after a step command is finished
1 parent 5e69166 commit d6ffa12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pugdebug/pugdebug.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ def handle_step_command(self):
463463
If the debugger is in a stopping state, stop the debugging session.
464464
"""
465465

466+
self.main_window.set_debugging_status(3)
467+
466468
if self.debugger.is_breaking():
467469
self.focus_current_line()
468470

0 commit comments

Comments
 (0)