Debug Program option in Windows 7

前端 未结 2 1599
一向
一向 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:09

    I don't have a Windows 7 installation, so I can't say if there is another mechanism at work, but the obvious answer is to check if Just In Time debugging is turned on in VS (Tools/Options/Debugging/Just In Time).

提交回复
热议问题