-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Add 'j' to debug key handler #39256
Add 'j' to debug key handler #39256
Conversation
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Base commit: 83885f1 |
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 9fc07f4afc8becaf63700eae85a1d447c2564a47
4173807
to
a3b4250
Compare
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 386710bdc05b5fa325474266fb05d1ffd5ac2382
a3b4250
to
4a477f8
Compare
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 0002db509ba3bbba94a0df970fc6d753cab69da2
4a477f8
to
15d3bde
Compare
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 32b85b89ffc66aaa2be3219a464e308e5ca50ff6
15d3bde
to
5331caf
Compare
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 6ab1cc368596dd8d961b40a561da1a8f8cbe8595
5331caf
to
02632b4
Compare
This pull request was exported from Phabricator. Differential Revision: D48873335 |
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 111018ac51bc05f571d4ef40bf1a3bb9871e0b84
02632b4
to
0d9330d
Compare
Differential Revision: https://internalfb.com/D48873336 fbshipit-source-id: 40c408295b5ae9d7d0f1447a6c9f2cfaf5828b36
Summary: Pull Request resolved: facebook#39256 ## Context RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641 ## Changes - Adds `j` key handler to open JS debugger (mirroring Expo CLI). - Updates `isDevServerRunning` to consider server scheme and host. - Reorders key prompts. Changelog: [General][Changed] Add 'j' to debug key trigger from CLI Reviewed By: motiz88 Differential Revision: D48873335 fbshipit-source-id: 56b8fa401f3e04928f30f292d4c71445315e9121
This pull request was exported from Phabricator. Differential Revision: D48873335 |
0d9330d
to
953d42b
Compare
This pull request has been merged in 321f7db. |
Summary:
Context
RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641
Changes
j
key handler to open JS debugger (mirroring Expo CLI).isDevServerRunning
to consider server scheme and host.Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI
Differential Revision: D48873335