Instruction Tracing
In x64_tracers.cc:
Enable tracing:
If tracing data, run with the following flags:
By default, tracing will start at the beginning and only for the specified thread.
Change traced thread by thread creation ID:
To only trace at a certain point, change default trace flag to false:
Add a breakpoint: On break, add the following to the Watch window and set it to true: Continue, and watch stuff appear in the log.