我有一个客户在 WinDbg 中使用 Show Loader Snaps 来捕获 WinDbg 中的输出,这样我们就可以找出哪些库在他们的 Win7 机器上的产品中加载失败。
不幸的是,调试器似乎只捕获到 WinDbg 的命令“go”,以及进程结束时的 NTTerminateProcess。
我是否遗漏了一些明显会阻止加载程序快照打印到调试器命令窗口的内容?
There are several ways to do this using gflags but here's an example from the debugger doc: gflags /i notepad.exe +sls
. This will affect all new instances of notepad. Maybe the customer mistyped your program's exe name or they didn't start a new instance of your program.