debugger: make maximal number of stack entries configurable

This commit is contained in:
hjk
2009-04-02 15:06:24 +02:00
parent 4198ffa193
commit bcd279a198
9 changed files with 92 additions and 24 deletions

View File

@@ -76,6 +76,9 @@ enum DebuggerActionCode
GdbEnvironment,
GdbScriptFile,
// Stack
MaximalStackDepth,
// Watchers & Locals
WatchExpression,
WatchExpressionInWindow,