mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Don't exit on unknown command
This commit is contained in:
parent
7fee31e21f
commit
0562bcddc0
2 changed files with 1 additions and 7 deletions
|
|
@ -26,8 +26,7 @@ class PTVSD(ptvsd.daemon.Daemon):
|
|||
)
|
||||
client, server = connect()
|
||||
self.start(server)
|
||||
proc = self.set_connection(client)
|
||||
proc._exit_on_unknown_command = False # TODO: hack alert!
|
||||
self.set_connection(client)
|
||||
return self
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue