Debug Program option in Windows 7

前端 未结 2 1683
一向
一向 2021-01-05 20:02

I noticed that in Windows 7, unlike XP, if a program crashes that I am debugging in Visual Studio 2008, I don\'t get the option to Debug the program. Rather, it just says t

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 20:17

    I see that if you click to send the error to MS, it finally gives you a Debug option.

    Also, if you go into Control Panel->Action Center->Change Action Center Settings->Problem Report Settings and change the radio selection to "Each time a problem occurs, ask me before checking for solutions" you get the Debug option right away.

    One big issue I notice is that it won't debug with the debugger that is already attached. It makes you create a new debugger instance in VS 2008 and then complains there is already a debugger attached...

提交回复
热议问题