forked from qt-creator/qt-creator
		
	debugger: rename data dumpers into "debugging helpers"
This commit is contained in:
		@@ -183,7 +183,7 @@ QList<StackFrame> StackHandler::frames() const
 | 
			
		||||
    return m_stackFrames;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool StackHandler::isDebuggingDumpers() const
 | 
			
		||||
bool StackHandler::isDebuggingDebuggingHelpers() const
 | 
			
		||||
{
 | 
			
		||||
    for (int i = m_stackFrames.size(); --i >= 0; )
 | 
			
		||||
        if (m_stackFrames.at(i).function.startsWith("qDumpObjectData"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user