Debugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSE

for verbose python error hunting.
Rubber-stamped-by: hjk
This commit is contained in:
Friedemann Kleint
2010-05-26 14:35:06 +02:00
parent b61e32371f
commit ef5b4b8ec5

View File

@@ -81,6 +81,8 @@ void GdbEngine::updateLocalsPython(const QByteArray &varList)
options += "fancy,";
if (theDebuggerBoolSetting(AutoDerefPointers))
options += "autoderef,";
if (!qgetenv("QTC_DEBUGGER_PYTHON_VERBOSE").isEmpty())
options += "pe,";
if (options.isEmpty())
options += "defaults,";
options.chop(1);