debugger: work on tcf engine. first successful ping pong.

This commit is contained in:
hjk
2009-05-08 15:37:41 +02:00
parent 8b7ee8298f
commit cc3f796113
7 changed files with 223 additions and 25 deletions

View File

@@ -483,7 +483,7 @@ bool DebuggerPlugin::initialize(const QStringList &arguments, QString *errorMess
connect(m_attachCoreAction, SIGNAL(triggered()), this, SLOT(attachCore()));
m_attachTcfAction = new QAction(this);
m_attachTcfAction->setText(tr("Attach to Running TCF Agent..."));
m_attachTcfAction->setText(tr("Attach to Running Tcf Agent..."));
m_attachTcfAction->setToolTip(tr("This attaches to a running "
"'Target Communication Framework' agent."));
connect(m_attachTcfAction, SIGNAL(triggered()),