forked from qt-creator/qt-creator
Cdb: Just print debug output when requested.
Change-Id: Ib0ecc41179e1adc7d0ccc7b026fbb0a454bb4c7a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -2980,7 +2980,7 @@ static inline void formatCdbBreakPointResponse(BreakpointModelId id, const Break
|
||||
|
||||
void CdbEngine::handleBreakPoints(const DebuggerResponse &response)
|
||||
{
|
||||
if (true) {
|
||||
if (debugBreakpoints) {
|
||||
qDebug("CdbEngine::handleBreakPoints: success=%d: %s",
|
||||
response.resultClass == ResultDone, QLatin1String(response.data.toString()).data());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user