forked from qt-creator/qt-creator
Fixes: debugger: work on breakpoints in plugins
This commit is contained in:
@@ -561,7 +561,7 @@ void DebuggerManager::notifyInferiorUpdateFinished()
|
||||
void DebuggerManager::notifyInferiorRunningRequested()
|
||||
{
|
||||
setStatus(DebuggerInferiorRunningRequested);
|
||||
showStatusMessage(tr("Running..."), 5000);
|
||||
showStatusMessage(tr("Running requested..."), 5000);
|
||||
}
|
||||
|
||||
void DebuggerManager::notifyInferiorRunning()
|
||||
@@ -579,7 +579,7 @@ void DebuggerManager::notifyInferiorExited()
|
||||
void DebuggerManager::notifyInferiorPidChanged(int pid)
|
||||
{
|
||||
//QMessageBox::warning(0, "PID", "PID: " + QString::number(pid));
|
||||
//qDebug() << "PID: " << pid;
|
||||
qDebug() << "PID: " << pid;
|
||||
emit inferiorPidChanged(pid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user