Krishna
Krishna

Reputation: 1

VS 2008 C++ Debugger works only once

After a Windows update yesterday, I've run into a terrible problem. The debugger suddenly is creating issues.

When I bring up Visual Studio from the start menu, the debugger appears to start, but there is no console window and nothing happens for a long time.

But, if I start it from the VS command prompt, it works, but only once. This is become a nasty issue, and any help/pointers are highly appreciated.

Note: This problem happens with all the C++ projects on my system.

Upvotes: 0

Views: 122

Answers (1)

Jordan
Jordan

Reputation: 5058

A quick work around would be to start without debugging, ctrl + F5 I believe. If the same thing keeps happening it will be easier to pinpoint what is wrong. Also additional information about what is not working would be helpful.

Upvotes: 1

Related Questions