Hi,
I am trying to debug on a remote Linux machine using a VS2013 and freshly downloaded current VisualGDB 5.2r8. The file gets successfully deployed and then I get an error box that the gdbserver has exited with code 1.
The GDB Log says
VisualGDB is licensed to xxx at xxx
gm1: gdbserver exited with code 1
at rf1.q()
at rf1.n_2(DebugCustomizationSettings a)
at mn.b3()
at VisualGDB.GDBDebugEngine.c(or a, q1 b)
The GDBServer log says
Process D:\xxx\xxx\xxx/xxx.dyn created; pid = 710
Cannot exec D:\xxx\xxx\xxx/xxx.dyn: No such file or directory.
Child exited with status 127
No program to debug. GDBserver exiting.
This looks like the debugger is trying to use windows paths on the target system. The Debug settings are:
Debugged executable: $(BuildDir)/xxx.dyn
Deploy main executable to: /usr/lib/xxx/$(TargetFileName).dbg
The executable is present at the <DeploymentTargetPath>, so the deploy itself worked. The same project worked with the 5.1 release. Is this a known regression?
Thanks