Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.1
-
None
-
b248953247926a02409c5a699d174f2228c429b1
Description
if you attach to an runnig process thrue the output debug button, debugger cannot be startet if you have some commandline arguments.
ErrorLog:
Launching C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -2 -y "" -p 11420 -e
Missing argument for -e
ERROR: Der Prozess ist abgestürzt
CDB PROCESS FINISHED, status 1, exit code -2147024809
-------------------------
"-e" is in this case an command line argument from run settings is project config.
if you delete the argument from the config attach works....