Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 15.0.0
-
None
-
Ubuntu 24.04
-
-
22ecc28ce (15.0)
Description
With version 15.0.0 it seems like the working directory is not applied when starting a remote debugging session. I couldn't find the change that caused that issue from the git history, but adding
d->debuggerServerProc.setWorkingDirectory(m_runParameters.inferior.workingDirectory);
to DebuggerRunTool::startDebugServerIfNeededAndContinueStartup fixed it for me.