You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be a huge help it were possible to have a simple find window in side the serial terminal to search for specific log entries.
just press either Ctrl+F or have a button in the terminal toolbar (or both) that pops up a window to search for a string to jump to that place.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Add search functionality to ESP-IDF serial terminal monitor
Add search functionality to ESP-IDF serial terminal monitor (IEP-1298)
Jul 26, 2024
Hi @emaayan Thanks for your request. We could think of implementing something similar to console search
Exactly ,sometimes when compiling and i look for something, it's easy to miss
2 other suggestions for the serial monitor , almost all of my api call are accompanied with esp_error_check however when i fail and it goes into a boot loop, it super hard to stop the monitor from scrolling so fast to actually see the error, not sure if it's possible to tell the monitor, maybe i just need to disconnect it.
I've noticed the serial monitor has hyperlinks to the tags, but those aren't very conclusive as they always assume it's a resource name, i'm not sure what's the convention for tags in logs, but in theory i think you could use the absract syntax tree to know what calls to logs use what tags, so if one hyper links on a tag it would be offered only files that actually use said tag.
By the way, we have a simple search filter available when launching the serial monitor. You can specify the text you want to filter out. If you know the exact tag/text you are looking for, you can use this feature for now.
it would be a huge help it were possible to have a simple find window in side the serial terminal to search for specific log entries.
just press either Ctrl+F or have a button in the terminal toolbar (or both) that pops up a window to search for a string to jump to that place.
The text was updated successfully, but these errors were encountered: