mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add False
This commit is contained in:
parent
4cfb6caf75
commit
fd4a454bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def handle_breakpoint_condition(py_db, info, breakpoint, new_frame):
|
|||
sys.stderr.write(msg)
|
||||
traceback.print_exc()
|
||||
if not py_db.suspend_on_breakpoint_exception:
|
||||
return
|
||||
return False
|
||||
else:
|
||||
stop = True
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue