mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Set breakpoints on remote debugger
This commit is contained in:
parent
662390681e
commit
69371d6530
2 changed files with 10 additions and 9 deletions
|
@ -330,7 +330,7 @@ class Debugger:
|
|||
for editwin in pyshell_edit_windows:
|
||||
filename = editwin.io.filename
|
||||
try:
|
||||
for lineno in editwin.breakpoints:
|
||||
for lineno in editwin.get_current_breaks():
|
||||
self.set_breakpoint_here(filename, lineno)
|
||||
except AttributeError:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue