-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Hermes Debugger doesn't connect for 0.74 Release Candidate #43259
Copy link
Copy link
Closed
Labels
DXIssues concerning how the developer experience can be improved.Issues concerning how the developer experience can be improved.Impact: RegressionDescribes a behavior that used to work on a prior release, but stopped working recently.Describes a behavior that used to work on a prior release, but stopped working recently.Needs: Author FeedbackNeeds: React Native Team AttentionNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Type: Upgrade IssueIssues reported from upgrade issue formIssues reported from upgrade issue form
Metadata
Metadata
Assignees
Labels
DXIssues concerning how the developer experience can be improved.Issues concerning how the developer experience can be improved.Impact: RegressionDescribes a behavior that used to work on a prior release, but stopped working recently.Describes a behavior that used to work on a prior release, but stopped working recently.Needs: Author FeedbackNeeds: React Native Team AttentionNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Type: Upgrade IssueIssues reported from upgrade issue formIssues reported from upgrade issue form
Type
Fields
Give feedbackNo fields configured for issues without a type.
Old Version
0.73.x
New Version
0.74.0-rc.1
Description
Following the instructions to connect to the Hermes debugger https://reactnative.dev/docs/next/debugging
I expect to see the Hermes target in
chrome://inspectbut I don't.This happens on both iOS and Android. It also occurs on 0.74.0-rc.0
It does not reproduce on 0.73.x so its a new regression
Steps to reproduce
npx react-native init Release074 --version 0.74.0-rc.2yarn start& built on either iOS or Androidchrome://inspectand putting the port forwarding informationI'd expect to see the Hermes target in dev tools, but nothing shows up
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native infoStacktrace or Logs
Reproducer
--
Screenshots and Videos
No response