2006-08-17

Just-In-Time debugging


An unhandled win32 exception in (Program) Just-In-Time debugging this exception failed with the following error; No installed debugger Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.

Check the documentation index for 'Just-in-time debugging, errors' for more information

之前我因為運作program,visual studio經常想彈出debugger令我非常困擾,之後我刪掉了visual studio, 不過問題沒有改善,佢還是彈出debugger的東西...

請問如何解決?





您好:

您的錯誤訊息主要是因為系統的設定還是會去找VS.NET成為預設的偵錯工具,但是您目前系統中已經沒有VS.NET了,所以才會出現這個訊息。

上一篇沒能讓您了解,不好意思,請您進行以下步驟:

點選[開始]>[執行],在"開啟"對話框中鍵入以下指令:

drwtsn32 -i

點選[確定],這個指令將會把Dr.Watson設定成預設的Debugger工具,這樣就不會讓您每次都會跳出這樣的錯誤訊息了。



copy from Microsoft forum

No comments:

Post a Comment