Fixes: debugger: try accessing compiled-in dumpers when attaching to an

external application
This commit is contained in:
hjk
2009-03-16 13:16:17 +01:00
parent 408b533d08
commit f73a4d5fd8
8 changed files with 59 additions and 22 deletions

View File

@@ -99,6 +99,7 @@ private:
void setDebugDumpers(bool) {}
void setUseCustomDumpers(bool) {}
void recheckCustomDumperAvailability() {}
void assignValueInDebugger(const QString &expr, const QString &value);
void executeDebuggerCommand(const QString & command);