forked from qt-creator/qt-creator
debugger: add an option to filter out locals for easier debugger debugging
This commit is contained in:
@@ -917,6 +917,8 @@ class Dumper:
|
||||
# Locals
|
||||
#
|
||||
locals = listOfLocals(varList);
|
||||
if "nolocals" in options:
|
||||
locals = []
|
||||
|
||||
# Take care of the return value of the last function call.
|
||||
if len(resultVarName) > 0:
|
||||
|
||||
Reference in New Issue
Block a user