forked from qt-creator/qt-creator
		
	Debugger: Fix compilation, centralize breakpoint type detection.
Reviewed-by: hjk
This commit is contained in:
		| @@ -87,7 +87,7 @@ bool AbstractGdbAdapter::prepareWinCommand() | ||||
|     if (perr != Utils::QtcProcess::SplitOk) { | ||||
|         // perr == BadQuoting is never returned on Windows | ||||
|         // FIXME? QTCREATORBUG-2809 | ||||
|         m_engine->handleAdapterStartFailed(QApplication::translate("DebuggerEngine", // Same message in CdbEngine | ||||
|         m_engine->handleAdapterStartFailed(QCoreApplication::translate("DebuggerEngine", // Same message in CdbEngine | ||||
|             "Debugging complex command lines is currently not supported under Windows"), QString()); | ||||
|         return false; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user