Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在调试 Silverlight 或 ASP.NET 应用程序时,模拟浏览器完整缓存的最佳方法是什么?如果浏览器缓存或完整的 cookie 缓存在我看到的这种行为中起作用,我想确定一些间歇性行为。
我在这里先向您的帮助表示感谢 :)
你不能模拟 IE 缓存,同时调试你的应用程序和断点后面的代码(如果我理解的话)。
您可以做的是使用Debug.Write(string)代码中的函数来读取正在发生的事情,并且您可以使用 sysinternals 中的 DebugView 读取事件的输出:
Debug.Write(string)
http://technet.microsoft.com/en-us/sysinternals/bb896647