|
|
|
|
|
by sureglymop
391 days ago
|
|
It's definitely a little more than just a trace viewer. As the page reads, it is a time traveling debugger. You can jump back and forth between different snapshots of time during the execution of your program. It's neat because for compiled languages like rust doing something like this is more advanced. |
|
You click a point in the trace, you jump to that point in time. That has been the standard integration for decades.