Minor improvements to console usage
Display failures and stop adding random text which makes the (very useful) CodeLLDB interface look messy
This commit is contained in:
parent
16f22b396f
commit
1b9763a4fc
4 changed files with 63 additions and 10 deletions
|
|
@ -467,9 +467,10 @@ class DebugSession( object ):
|
|||
expression )
|
||||
|
||||
@IfConnected()
|
||||
def EvaluateConsole( self, expression ):
|
||||
def EvaluateConsole( self, expression, verbose ):
|
||||
self._outputView.Evaluate( self._stackTraceView.GetCurrentFrame(),
|
||||
expression )
|
||||
expression,
|
||||
verbose )
|
||||
|
||||
@IfConnected()
|
||||
def DeleteWatch( self ):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue