You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Happens whenever an exception breakpoint is added or removed with the current bits. Full stack:
File "/home/int19h/.local/lib/python3.7/site-packages/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py", line 47, in process_net_command
cmd = on_command(py_db, cmd_id, seq, text)
File "/home/int19h/.local/lib/python3.7/site-packages/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py", line 461, in cmd_remove_exception_break
self.api.remove_python_exception_breakpoint(py_db, exception)
File "/home/int19h/.local/lib/python3.7/site-packages/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_api.py", line 424, in remove_python_exception_breakpoint
py_db.on_breakpoints_changed(remove=True)
TypeError: on_breakpoints_changed() got an unexpected keyword argument 'remove'
Unclear why, since on_breakpoints_changed does have that argument declared.
Happens on both Python 2 and Python 3.
The text was updated successfully, but these errors were encountered:
Happens whenever an exception breakpoint is added or removed with the current bits. Full stack:
Unclear why, since
on_breakpoints_changed
does have that argument declared.Happens on both Python 2 and Python 3.
The text was updated successfully, but these errors were encountered: