+9. A new feature in the TargetRTS allows you to capture traces which show how capsule instances in the application communicate by exchanging messages. The traces are saved in a format which allows them to be visualized as sequence diagrams using [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/). You can enable or disable tracing from the command-line, from the RTS Debugger, programmatically through TargetRTS APIs, from a C++ debugger or from the Art Debugger user interface. Tracing and sequence diagram visualization of traces can be a powerful tool when troubleshooting problems in an application, or in general to improve your understanding of what happens inside a running application. For more information on this feature, see [the documentation]({$vars.doc.server$}/running-and-debugging/tracing/).
0 commit comments