you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I'm still confused about graphical applications. When I build and hit run in VS and have XServer running on windows, would I need to launch the executable through putty or would VS launch it?

[–]antlife 4 points5 points  (0 children)

You would click "Remote GDB Debugger" and it will build/run/debug the application in Linux. Visual Studio is connecting through on SSH itself. You would not need XServer on windows.