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
I'm successfully using SerialDebug and the SerialDebugApp with my AVR hardware.
Using it with ESP32 I have the problem I cannot "debug" in the setup function, maybe is a "problem" with SerialDebugApp because I can see all debug messages in Serial monitor.
I tried to increase the "delay" but I can see messages in SerialDebugApp only if I set a delay of 5000.
Is there a workaround to see debug messages in the setup function also in SerialDebugApp? I really like the App because of colors and watches panels on the right.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm successfully using SerialDebug and the SerialDebugApp with my AVR hardware.
Using it with ESP32 I have the problem I cannot "debug" in the setup function, maybe is a "problem" with SerialDebugApp because I can see all debug messages in Serial monitor.
My setup function is:
I tried to increase the "delay" but I can see messages in SerialDebugApp only if I set a delay of 5000.
Is there a workaround to see debug messages in the setup function also in SerialDebugApp? I really like the App because of colors and watches panels on the right.
Thanks!
The text was updated successfully, but these errors were encountered: