debugger: start on integrated combined c++/qml debugging

This commit is contained in:
hjk
2011-01-12 10:39:33 +01:00
parent c1405e384c
commit eb701fc7a8
5 changed files with 59 additions and 3 deletions

View File

@@ -1094,6 +1094,7 @@ public slots:
void handleExecStep()
{
qDebug() << "CURRENT: " << currentEngine();
currentEngine()->resetLocation();
if (boolSetting(OperateByInstruction))
currentEngine()->executeStepI();
@@ -1964,6 +1965,7 @@ void DebuggerPluginPrivate::startDebugger(RunControl *rc)
void DebuggerPluginPrivate::connectEngine(DebuggerEngine *engine)
{
qDebug() << "CONNECT: " << engine;
if (!engine)
engine = dummyEngine();