This may have been answered somewhere else previously, I feel like it should’ve, but I haven’t been able to find it yet, so I’m asking here. Is it possible to configure VisualGDB to build locally and deploy the application to the remote host without attempting to launch GDB? I’ve got the ability to build the binaries locally and then transmit them to the server, but since it builds without debug flags gdbserver can’t work with it, and I have to click through a few different windows to close them out after gdbserver fails to launch and VisualGDB subsequently fails to start debugging.
It’s really just a minor annoyance, so not important, but I was curious if this was possible!