debugger: make -debug binary@host:port[@arch] work on the commandline to

attach to a gdb server
This commit is contained in:
hjk
2010-07-15 10:44:53 +02:00
parent 6da6add886
commit fc3b503644
3 changed files with 54 additions and 48 deletions

View File

@@ -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();
}