What is best way to do remote live gdb debugging and use Visual studio as the front end.
In my case: I have a C++ application (compiled for debugging) running on a Linux server
- Can I use Visual studio on my windows machine as a front end to do live debugging on the C++ application. Is this even possible for a large scale application (OR)
- If above is not possible, can I use eclipse on my windows or on a different linux box to do the same remote live debugging
- Any other better IDE options ?
Thanks.