Improve error reporting
This commit is contained in:
parent
cd8e6b74ca
commit
7a91518542
1 changed files with 3 additions and 1 deletions
|
|
@ -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!" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue