Hello,
I am implementing a custom application to read and write data to a target using seggers RTT solution.
But now I have a problem, I need to connect to the JLinkGDBServerCL. When I start VisualGDB and run my app, it works fine. My app connects to the server that is started by visual GDB.
But when I stop visualGDB the JLinkGDBServerCL is stopped also.
The other way around, when I start my app first I start a JLinkGDBServerCL instance. But when I start VisualGDB it also starts a JLinkGDBServerCL instance that fails to connect to target.
So I thought that I could connect via TCP/IP in visualGDB to connect to my own started GDB server. I can see my instance is connected to VisualGDB and is reaching the breakpoint I put in.
But in visual studio it does not stop at the breakpoint. Asif it stopped on the moment the second JLinkGDBServerCL instance failed to connect.
Is it possible to let visual GDB connect to a JLinkGDBServerCL that is already running?