• 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.

VMWare debugger add-in?

mikeblas

[H]ard|DCer of the Month - May 2006
Joined
Jun 26, 2004
Messages
12,777
I was saddened to discover that VMWare discontinued the VM debugger add-in, which used to let Visual Studio on the host machine attach to a process inside the VM for debugging.

Are there any replacements for this technology?
 
The add in would attach directly to the process in the VM. Remote debugging requires installing client software on the target machine. It's not hard to do, but it's a bit annoying to get it configured -- so I'd rather avoid it.

On top of it, I'm not sure Microsoft supports remote debugging anymore. My project is still on Visual Studio 2013, which is currently Update 5. The download page for the remote debugging install doesn't list anything past Update 4. Maybe I'll have to wait until my team upgrades to a newer toolset before I can get remote debugging working.
 
Back
Top