QmlDebugger: user input on watches

Reviewed-by: hjk
This commit is contained in:
Christiaan Janssen
2011-02-28 10:58:21 +01:00
parent fd66f68671
commit 7100d29f66
11 changed files with 54 additions and 7 deletions

View File

@@ -482,7 +482,7 @@ public:
void runEngine() {}
void shutdownEngine() {}
void shutdownInferior() {}
unsigned debuggerCapabilities() const { return 0; }
unsigned debuggerCapabilities() const { return AddWatcherCapability; }
bool acceptsBreakpoint(BreakpointId) const { return false; }
bool acceptsDebuggerCommands() const { return false; }
};