[Feature Request]: Apptracing logging to host live output (VSC-1288) #1128
Labels
Feature / Enhancement Request
Request for Feature/ Enhancement
ongoing
Ongoing Issue or PR, this label will be used for issue or PR which is to be excluded by stale bot
We'd like to log over JTAG, since our serial port is already in use by another peripheral. We saw we could use apptracing for this (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/app_trace.html#app-trace-logging-to-host), but looking at the instructions (https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/app_tracing.md), shows that this is not live: you first capture the log, then after it's done, you can decode it.
I would like the logging to be live: immediately after a log statement is executed, I can see it on the computer. I think this might be possible, since VisualGDB does this as well https://visualgdb.com/tutorials/esp32/apptrace/
It would be ideal if the ease of use is the same as clicking the 'ESP-IDF Monitor device' button
The text was updated successfully, but these errors were encountered: