Replies: 1 comment
-
I'll assume you are using ESP32.
Once the app is running, it is not possible to connect to xsbug. The protocol is initialized at start-up.
Please see the documentation for a note about setting up the script used by
Not currently implemented, but would be straightforward to implementsupport that parallels mcconfig by updating the make files in
That would be a valuable PR to contribute.
An instrumented build on ESP32 redirects |
Beta Was this translation helpful? Give feedback.
-
I have a bunch of CLI use-cases for which I'm not sure whether there is a solution or not:
trace()
output printed so I see what it's up to, how can I do that?trace()
output in the terminalDifferent but somewhat related question:
Beta Was this translation helpful? Give feedback.
All reactions