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

Debug in setup() and ESP32 #11

Open
duccio opened this issue Dec 26, 2019 · 0 comments
Open

Debug in setup() and ESP32 #11

duccio opened this issue Dec 26, 2019 · 0 comments

Comments

@duccio
Copy link

duccio commented Dec 26, 2019

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:

void setup() {
  Serial.begin(115200);
  delay(500);
  Serial.println();
  debugA("**** Setup: initializing ...");
}

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant