forked from qt-creator/qt-creator
Fixes: debugger: make loading list of source files optional
This commit is contained in:
@@ -534,7 +534,7 @@ void BreakHandler::loadSessionData()
|
||||
updateMarkers();
|
||||
}
|
||||
|
||||
void BreakHandler::activateBreakPoint(int index)
|
||||
void BreakHandler::activateBreakpoint(int index)
|
||||
{
|
||||
const BreakpointData *data = at(index);
|
||||
//qDebug() << "BREAKPOINT ACTIVATED: " << data->fileName;
|
||||
|
||||
Reference in New Issue
Block a user