Skip to content

Commit

Permalink
Update spyder/plugins/ipythonconsole/widgets/shell.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
  • Loading branch information
impact27 and ccordoba12 authored Sep 2, 2022
1 parent 4bb61eb commit c4f3196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spyder/plugins/ipythonconsole/widgets/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,13 @@ class ShellWidget(NamepaceBrowserWidget, HelpWidget, DebuggingWidget,
# For DebuggingWidget
sig_pdb_step = Signal(str, int)
"""Called when pdb reaches a new line"""

sig_pdb_stack = Signal(object, int)
"""Called when the pdb stack changed"""

sig_pdb_state_changed = Signal(bool, dict)
"""Called every time a pdb interaction happens"""

sig_pdb_prompt_ready = Signal()
"""Called when pdb request new input"""

Expand Down

0 comments on commit c4f3196

Please sign in to comment.