forked from qt-creator/qt-creator
debugger: make -debug binary@host:port[@arch] work on the commandline to
attach to a gdb server
This commit is contained in:
@@ -1394,7 +1394,7 @@ bool DebuggerEngine::isActive() const
|
||||
|
||||
void DebuggerEngine::setActive(bool on)
|
||||
{
|
||||
qDebug() << "SETTING ACTIVE" << this << on;
|
||||
//qDebug() << "SETTING ACTIVE" << this << on;
|
||||
d->m_isActive = on;
|
||||
//breakHandler()->updateMarkers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user