【发布时间】:2011-02-02 20:31:10
【问题描述】:
我正在尝试为 PowerShell(ISE) 设置跟踪,我遇到了 this link,但我正在运行 debugView,但似乎没有发生任何事情。有谁知道我做错了什么?
基本上,我的目标是跟踪在 PowerShell 中工作的 System.Net.WebRequest。如果有其他方法可以做到这一点,我也愿意接受。
【问题讨论】:
-
定义“跟踪”。您想查看 .NET 在 Web 请求期间发出的额外调试信息吗?或者您想查看特定 Web 请求(ala WireShark 或 NetMon)的所有网络流量吗?
标签: debugging powershell trace stack-trace