test and doc updates for conditional breakpoints
use a better description of hit condition and describe the options dict.
This commit is contained in:
parent
e153b9536e
commit
77dc400077
5 changed files with 218 additions and 9 deletions
|
|
@ -313,7 +313,7 @@ class VariablesView( object ):
|
|||
if result_str is None:
|
||||
result_str = 'null'
|
||||
|
||||
line = '{0}{1} Result: {2} '.format( ' ' * indent, icon, result_str )
|
||||
line = '{0}{1} Result: {2}'.format( ' ' * indent, icon, result_str )
|
||||
line = utils.AppendToBuffer( self._watch.win.buffer, line.split( '\n' ) )
|
||||
self._watch.lines[ line ] = result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue