mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add HighlevelFixture.close_ptvsd().
This commit is contained in:
parent
74d6c6ac46
commit
46802a582f
1 changed files with 3 additions and 0 deletions
|
|
@ -796,6 +796,9 @@ class HighlevelFixture(object):
|
|||
def send_debugger_event(self, cmdid, payload):
|
||||
self._pydevd.send_event(cmdid, payload)
|
||||
|
||||
def close_ptvsd(self):
|
||||
self._vsc.close_ptvsd()
|
||||
|
||||
# combinations
|
||||
|
||||
def send_event(self, cmdid, text, event=None, handler=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue