tags:

views:

46

answers:

1

Hello, 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.

+1  A: 

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.

Jordan
I shall try that Jordan. In the meantime, I looked more into the issue. I see that the process that am trying to start does not come up fully and the debugger just waits there trying to attach to the process. Also, I cannot use the breakpoints as VS says that the source is different even though I did a clean build.
Krishna
Jordan, also it seems to work if I try Ctrl + F5.
Krishna