Skip to content

Debug in setup() and ESP32 #11

Description

@duccio

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions