in your tutorial “Measuring Precise Intervals”, you speak about an ARM microcontroller. Is it possible to use also with RISC-V? And what about micro without the capability to read memory without stopping the normal flow (like ESP32 or other Xtensa microcontroller)?
The advanced tracing currently only works on ARM. It involves dynamically generating code that saves the selected variable values, and this is only supported on ARM now. But you can still use Chronometer on any target that has a cycle counter. You will just need to edit the chronometer definitions to tell VisualGDB how to read it.