标签:在线 debugger shelf empty break system 一个 tin psc
老早就听说powershell很牛逼,但是没真正用过,这两天刚好用到,顺便写一下有关的,可能以后用得到的东西。本来想记一下这次使用过程中用到的一些操作的,就是这么巧,发现了个很不错的教程网站,于是我就可以偷懒了,哈哈。
新建项目,安装要调试的nuget包,当命中上一步设置断点脚本时,调试输入框就会出现,执行?就会出现一堆操作提示
~~~bash
s, StepInto Step to the next statement into functions, scripts, etc.
v, StepOver Step to the next statement over functions, scripts, etc.
o, StepOut Step out of the current function, script, etc.
c, Continue Continue operation (also on empty input).
q, Quit Stop operation and exit the debugger.
?, h Write this help message.
k Write call stack (Get-PSCallStack).
K Write detailed call stack using Format-List.
我是在项目里面安装的NuGetDebugTools,也一样能用
初识powershell、nuget powershell 调试
标签:在线 debugger shelf empty break system 一个 tin psc
原文地址:https://www.cnblogs.com/xxred/p/8997305.html