The debug tool has a pre installed function to collect an execution history of the program from when it starts running to when it stops.
Thanks to this, when the program starts running, collection of trace data begins automatically, and it is finished at the same time the program stops.
For details on how to check the collected trace data, see "2.13.6 Displaying an execution history".
[Simulator] |
This function is actuated by an unconditional trace event, one of the built-in events that are set in the debug tool by default. |