When using Quick Debug the source files are automatically downloaded and parsed only if you use the default SSH port 22, else you get a prompt to find the source file on your local machine for some reason.
Using ‘Show a list of all source files’ in the GDB Session window shows all the source files correctly on the remote host, but if you try to open them you get a “File does not exist” error, altho they do exist at that specific path.
Switching the SSH port to the default 22 solves all the issues, tho this is not possible in production environment.
Any chance this will be fixed or is there a quick workaround for it?