如何在Powershell中创建支持断点/调试的PSHost?有什么特殊的功能需要我来实现吗?
发布于 2012-01-25 14:02:39
System.Management.Automation.Runspaces.Runspace包含属性Debugger。将处理程序添加到其事件DebuggerStop,并在宿主中处理这些事件。
System.Management.Automation.Runspaces.Runspace
DebuggerStop
https://stackoverflow.com/questions/8998367
相似问题