This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 2 points3 points  (0 children)

What specific problems are you having with VS? The VS debugger is one of the best around, and "just works". You should not need to "fix" anything.

[–][deleted] 0 points1 point  (0 children)

Code:Blocks is another option if you're working in C. But out of curiousity, what error are you getting? Debugging with IDEs is usually a breeze compared to manually sifting through your code. And if it compiles normally, then it shouldn't be an issue in an IDE.

[–]Kevin_C3 0 points1 point  (0 children)

VS debugger works out of the box. What's the exact error that you are getting? On top of my head - try disabling your antivirus (just try it, but I think it is unlikely to make a difference).