Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.12.3
-
None
-
-
108d06c83fc269577d3d9081419f169466c6f577 (qt-creator/qt-creator/master)
Description
When attaching the debugger to a running process (Debug > Start Debugging > Attach to Running Application), the string containing the path to the process executable is incorrect whenever there is whitespace in the path.
For example, if the executable was found at
/Applications/My\ App.app/Contents/MacOS/My\ App
then the variable dExecutable would be evaluatedĀ
dExecutable = "/Applications/My"
and the debugging session would fail.
Attachments
For Gerrit Dashboard: QTCREATORBUG-25286 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
332479,4 | Debugger: Fix attaching to certain processes | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |