Skip to content
Snippets Groups Projects
Commit 9593248d authored by Danil Martynenko's avatar Danil Martynenko
Browse files

[*] logs

parent 37dae7b1
No related branches found
No related tags found
No related merge requests found
...@@ -97,8 +97,9 @@ void DapCmdConnect::handle(const QJsonObject* params) ...@@ -97,8 +97,9 @@ void DapCmdConnect::handle(const QJsonObject* params)
QString runScriptPath = mandatoryConnParams[RUN_SCRIPT_PATH].toString(); QString runScriptPath = mandatoryConnParams[RUN_SCRIPT_PATH].toString();
if (!runScriptPath.isEmpty()){ if (!runScriptPath.isEmpty()) {
bool runAfterConnect = mandatoryConnParams[RUN_SCRIPT_AFTER_CONNECT].toBool(true); bool runAfterConnect = mandatoryConnParams[RUN_SCRIPT_AFTER_CONNECT].toBool(true);
qDebug() << "Running script path:" << runScriptPath << "Run after connect:" << runAfterConnect;
emit sigSetRunScript(runScriptPath, runAfterConnect); emit sigSetRunScript(runScriptPath, runAfterConnect);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment