Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NTSD 对故障转储文件进行一些调试。是否可以将我现在在控制台上看到的所有输出重定向到 txt 文件?我正在获取所有线程的所有调用堆栈,但是在调试器窗口中看不到该信息。
谢谢
查看.logopenand.logclose命令。你应该能够做.logopen foo.txt,发出你的命令(我假设是~*k),然后当它完成后,做.logclose。
.logopen
.logclose
.logopen foo.txt
~*k