0

dll中存在以下方法System.Web.Security

Dll: System.Web.Security 
File:  CookielessHelper.cs
Method: 

    // This function is called for all requests -- it must be performant.
    //    In the common case (i.e. value not present in the URI, it must not
    //    look at the headers collection
    internal void RemoveCookielessValuesFromPath() 
    { ... }

我需要哪些步骤才能在此方法中设置断点以便找出一些东西?

我还安装了 ReSharper 7。

我已经尝试了一些事情,但无法弄清楚如何做到这一点。我最接近的是逐步完成一些 ASP.NET MVC 代码,但不是一些更核心的东西,比如这个。

注意:此问题与此先前提出的 SO question相关/启发。

4

2 回答 2

0

Visual Studio 包含一个用于调试框架的工具。本文介绍了如何。

https://web.archive.org/web/20160219220557/http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-源代码.aspx

于 2012-10-07T23:58:23.873 回答
0

说明已移至 Microsoft Docs:

https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-debug-dotnet-framework-source?view=vs-2017

于 2019-04-01T15:30:52.240 回答