I've a problem on a preproduction server and I thought it was the right time to try the time travel debugger added to the WinDbg Preview. But it seems impossible to get it outside a dev machine:
Is this features usable outside the development environment ? If yes, how ? Thank you
If you target OS is Windows Server 2016, 2019 or Windows 10, you can use the standalone reduced features version of TTD, now present in most recent versions of Windows. For now, the only thing you can do with this standalone version that comes with the OS is to attach to an existing process to record the trace. This is the command syntax:
Requires elevated privileges
TTTracer [-out <folder-name-for-run-file>] -attach <PID>
Example:
After reproducing the problem, run from another command prompt to stop capturing:
TTTracer -stop all
Example:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With