debugger: some python polishing

This commit is contained in:
hjk
2010-04-28 11:18:54 +02:00
parent a5e7cfe734
commit 5344521585
3 changed files with 57 additions and 20 deletions

View File

@@ -179,7 +179,7 @@ void PdbEngine::startDebugger(const DebuggerStartParametersPtr &sp)
m_commands.enqueue(cmd);
m_pdbProc.start(m_pdb, gdbArgs);
qDebug() << "STARTING:" << m_pdb << gdbArgs;
//qDebug() << "STARTING:" << m_pdb << gdbArgs;
if (!m_pdbProc.waitForStarted()) {
const QString msg = tr("Unable to start pdb '%1': %2")