• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Linux debugging with Visual Studio

280Z28

n00b
Joined
May 5, 2006
Messages
58
Wouldn't it be nice if Visual Studio could remotely debug linux programs compiled with gcc/g++ over SSH to a linux machine? Oh yes, yes it would. :eek:
 
...Im not sure how to respond to that.
Id say use Xcode to do it if you're going out of platform.
 
Kaos said:
...Im not sure how to respond to that.
Id say use Xcode to do it if you're going out of platform.

Visual Studio 2005 is second to none as an IDE. Developing apps with it for the linux platform works fine: intellisense, code browsing, and navigation work as expected. The only thing is the debugger doesn't understand symbols formats other than the PDB format, which is about the only one GCC won't produce. The VS debugger is simply amazing; it would be very convenient if I didn't have to switch away from it when working on a program for another platform.
 
Back
Top