Alt Debugger for Windows

I'm running into a slight dilemma, for whatever reason Visual Studio doesn't work on this computer (many, many failed attempts and endless searching of the internet). Even the upgrade to Win10 didn't fix it. I'm having a bug in my code that I just can't get around without the aid of a debugger.

So here comes the question, what are alternative debuggers for Windows?

If it comes to it, I will have to move all my files onto my other computer and debug over there then send the files back to this one. Obviously I'm reluctant to do that as sending files back and forth seems kind of a hassle.

Suggestions?

- Connor
You could try WinDbg.

https://msdn.microsoft.com/en-us/...s/hardware/ff551063(v=vs.85).aspx

Edited by doublenibble on
Thanks! Too bad it's horrible, but better than nothing I guess. Hopefully we will get a debugger project soon? (Stares at community)

Anyways, thanks again.

- Connor
Oh, c'mon. WinDbg is not that bad. What do you dislike about it?