diff options
Diffstat (limited to 'src/plugins/debugger/cdb/cdbengine.cpp')
-rw-r--r-- | src/plugins/debugger/cdb/cdbengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/cdb/cdbengine.cpp b/src/plugins/debugger/cdb/cdbengine.cpp index 8911f92280..7d632720f1 100644 --- a/src/plugins/debugger/cdb/cdbengine.cpp +++ b/src/plugins/debugger/cdb/cdbengine.cpp @@ -2977,7 +2977,7 @@ void CdbEngine::setupScripting(const DebuggerResponse &response) const QString path = stringSetting(ExtraDumperFile); if (!path.isEmpty() && QFileInfo(path).isReadable()) { - DebuggerCommand cmd("addDumperModule", ScriptCommand); + DebuggerCommand cmd("theDumper.addDumperModule", ScriptCommand); cmd.arg("path", path); runCommand(cmd); } |