When restarting, make sure that we have some configuraiton
This commit is contained in:
parent
629d6bf612
commit
9e1cd10c99
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ class DebugSession( object ):
|
||||||
# FIXME: For some reason this doesn't work when run from the WinBar. It just
|
# FIXME: For some reason this doesn't work when run from the WinBar. It just
|
||||||
# beeps and doesn't display the config selector. One option is to just not
|
# beeps and doesn't display the config selector. One option is to just not
|
||||||
# display the selector and restart with the same opitons.
|
# display the selector and restart with the same opitons.
|
||||||
|
if not self._configuration or not self._adapter:
|
||||||
|
return Start()
|
||||||
|
|
||||||
self._StartWithConfiguration( self._configuration, self._adapter )
|
self._StartWithConfiguration( self._configuration, self._adapter )
|
||||||
|
|
||||||
def OnChannelData( self, data ):
|
def OnChannelData( self, data ):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue