forked from qt-creator/qt-creator
		
	Debugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSE
for verbose python error hunting. Rubber-stamped-by: hjk
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user