-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 17.0.1
-
None
-
-
842468d7a (18.0), d2b0b07e9 (18.0)
Using the "Attach to running debug server" action and overriding the server channel with: 127.0.0.1:30000 does not work anymore.
Judging from the debugger log it seems qtcreator executes the command:
target remote tcp::-1
, completely ignoring the override line.