Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Apptracing logging to host live output (VSC-1288) #1128

Open
redfast00 opened this issue Feb 6, 2024 · 2 comments
Open
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

Comments

@redfast00
Copy link

redfast00 commented Feb 6, 2024

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

@redfast00 redfast00 added the Feature / Enhancement Request Request for Feature/ Enhancement label Feb 6, 2024
@github-actions github-actions bot changed the title [Feature Request]: Apptracing logging to host live output [Feature Request]: Apptracing logging to host live output (VSC-1288) Feb 6, 2024
Copy link

This issue has been marked as stale since there are no activities, and this will be closed in 5 days if there are no further activities

@github-actions github-actions bot added the stale Stale PR or Issue label Feb 22, 2024
@redfast00
Copy link
Author

Still relevant

@brianignacio5 brianignacio5 reopened this Mar 7, 2024
@brianignacio5 brianignacio5 added ongoing Ongoing Issue or PR, this label will be used for issue or PR which is to be excluded by stale bot and removed stale Stale PR or Issue labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants