windbg - 如何避免“按 Enter 继续”?
0:031> .shell "${$arg2}" ProcessDV "${$arg1}"
<.shell waiting 1 second(s) for process>
.shell: Process exited
Press ENTER to continue
<.shell process may need input>
我不想使用 shell -x 因为我想确保等待进程退出。但是,在进程退出后,我想在没有用户干预的情况下继续我的脚本。