debugger: add option to automatically derefence pointers in locals&watchers

This commit is contained in:
hjk
2009-10-06 10:54:08 +02:00
parent 2eed41b6df
commit d130588469
7 changed files with 47 additions and 16 deletions

View File

@@ -78,6 +78,7 @@ enum DebuggerActionCode
LockView,
LogTimeStamps,
OperateByInstruction,
AutoDerefPointers,
RecheckDebuggingHelpers,
UseDebuggingHelpers,