forked from qt-creator/qt-creator
Debugger: Remove common bridge.py
The engines know what they want, no need to guess again. Change-Id: Ie21b0e08eff8b81b217a08d4c47c35c35ae831d7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -4952,7 +4952,7 @@ void GdbEngine::tryLoadPythonDumpers()
|
||||
const QByteArray dumperSourcePath =
|
||||
Core::ICore::resourcePath().toLocal8Bit() + "/dumper/";
|
||||
|
||||
postCommand("python execfile('" + dumperSourcePath + "bridge.py')",
|
||||
postCommand("python execfile('" + dumperSourcePath + "gbridge.py')",
|
||||
ConsoleCommand, CB(handlePythonSetup));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user