forked from qt-creator/qt-creator
Debugger: Remove some debugging output
Change-Id: I4df8bd423bfce6b3005c5821ea71358a8ac260ea Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -583,8 +583,8 @@ class DumperBase:
|
||||
self.put('addrstep="0x%x",' % toInteger(step))
|
||||
return True
|
||||
except:
|
||||
warn("ADDRBASE: %s" % base)
|
||||
warn("ADDRSTEP: %s" % step)
|
||||
#warn("ADDRBASE: %s" % base)
|
||||
#warn("ADDRSTEP: %s" % step)
|
||||
return False
|
||||
|
||||
#warn("CHILDREN: %s %s %s" % (numChild, childType, childNumChild))
|
||||
|
@@ -459,7 +459,7 @@ class Dumper(DumperBase):
|
||||
item.name = name
|
||||
item.value = frame.read_var(name)
|
||||
locals = [item]
|
||||
warn("PARTIAL LOCALS: %s" % locals)
|
||||
#warn("PARTIAL LOCALS: %s" % locals)
|
||||
fullUpdateNeeded = False
|
||||
except:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user