Skip to content

Debug Expo App Console doesn't print any logs with SDK 53 #271

@krystofwoldrich

Description

@krystofwoldrich

Description of the bug

How would you shortly summarise the issue?

When using the Debug Expo App... functionality with Expo SDK 53, the Debug Console doesn't show any log. Previously with Expo SDK 52 the Debug Console showed JS Console logs.

To Reproduce

What steps did you perform which led to this issue?

  1. Create app with the latest SDK (at the time SDK 53) npx create-expo-app@latest --template default
  2. Open VSCode code .
  3. Run Debug Expo App...
  4. Observe no console logs are printed.

Previously

  1. Create app with SDK 52 npx create-expo-app@latest --template default@52
  2. Open VSCode code .
  3. Run Debug Expo App...
  4. Observe console logs are printed.

Additional context

Can you further explain the issue? E.g., information about version/environment or screenshots.

Example SDK 52
Image

Example SDK 53
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions