mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Remove unnecessary proceed() calls.
This commit is contained in:
parent
5efc9c5470
commit
a0fcf3bf93
1 changed files with 0 additions and 2 deletions
|
|
@ -160,7 +160,6 @@ class DebugSession(object):
|
|||
'output': 'ptvsd',
|
||||
'data': {'version': ptvsd.__version__}
|
||||
})
|
||||
self.proceed()
|
||||
|
||||
if perform_handshake:
|
||||
return self.handshake()
|
||||
|
|
@ -285,7 +284,6 @@ class DebugSession(object):
|
|||
|
||||
self.send_request('initialize', {'adapterID': 'test'}).wait_for_response()
|
||||
self.wait_for_next(Event('initialized', {}))
|
||||
self.proceed()
|
||||
|
||||
request = 'launch' if self.method == 'launch' else 'attach'
|
||||
self.send_request(request, {'debugOptions': self.debug_options}).wait_for_response()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue