Improve error reporting

This commit is contained in:
Ben Jackson 2019-02-02 14:54:49 +00:00
commit 7a91518542

View file

@ -477,7 +477,9 @@ class DebugSession( object ):
def OnFailure( self, reason, message ):
self._outputView.ServerEcho( reason )
msg = "Request for '{}' failed: {}".format( message[ 'command' ],
reason )
self._outputView.ServerEcho( msg )
def _Launch( self ):
self._logger.debug( "LAUNCH!" )