At my wits end here. Did a reinstall of windows and after putting Visual Studio 2010 Pro back on now I can't debug anything. Everything compiles and I can run without the debugger but the second I start to debug everything just freezes without starting. I have to kill the process to even get out. I've tried reinstalling a couple of times and tried it with just a new empty solution and get the same effect.Any ideas or suggestions folks?
11/20/2010 11:05:44 AM
Noen is a dev for that - PM him.[Edited on November 20, 2010 at 11:53 AM. Reason : (spelled wrong)]
11/20/2010 11:52:29 AM
Ux Designer, but yeah. Lionheart, go on to http://social.msdn.microsoft.com/Forums/en-US/category/visualstudioand post a question in the Debugger section. You'll get an answer from a partner or a developer on the debugger team within a day or two.
11/20/2010 4:44:32 PM
From a fresh install, it must be something you are overlooking. Did you install the latest service pack? Perhaps some drivers are missing?
11/20/2010 5:32:32 PM
this is the solution: http://www.codeblocks.org/
11/20/2010 9:32:48 PM
just write code correctly the first time and you won't need to debug. duhhh
11/20/2010 9:35:19 PM
I've seen this a lot before, but it's never been a problem with the IDE. It always happens when I have a developer pull down one of the solutions on thier machine. It doesnt save the "Startup Project" setting in the solution. It invariably gets set to one of the DLL projects in the solution. Hitting debug just makes it sit there like its doing nothing.Make sure your startup project is set properly.Just a thought.
11/20/2010 9:41:17 PM