簡體   English   中英

“進入”在Visual Studio中不起作用?

[英]'Step Into' not working in Visual Studio?

當我在一行中放置斷點並單擊“開始調試”時,在按F11鍵運行頁面后,進入(F11)的步驟不起作用!!? 我正在使用VS 2010並在“調試模式”下調試C#類庫。 我該怎么辦?請幫幫我! 我試過了( 進入屬性/功能(F11)未能按預期方式進行 )但這對我沒有幫助!

這是一個類似問題的答案

Please go to Tools->Options...->Debugging->General, and uncheck "Enable Just My Code (Managed only)" option and check "Suppress JIT optimization on module load (managed only)".

If you want to debug into the .NET Framework source code, please:
 1. Turn OFF the "Enable Just My Code" option
 2. Turn ON the "Enable Source Server Support" option.
For the deailed steps to configure Visual Studio to debug into the Framework source code, please refer to this article.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM