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

Vscode react native debug in exponent App is not opening #1137

Closed
snownoop opened this issue Oct 13, 2019 · 4 comments
Closed

Vscode react native debug in exponent App is not opening #1137

snownoop opened this issue Oct 13, 2019 · 4 comments
Labels

Comments

@snownoop
Copy link

Actual Behavior

  1. Created clean project with expo init (Mac Os catalina, latest Xcode, expo 35.0.0, latest vscode react native extension)
  2. expo start works good for App, app is opening in IOS simulator and working fine.
  3. When i triying to use debug in exponent inside VScode in both lan and tunnel ways, i opening simulator and see this message

Screenshot 2019-10-13 at 23 18 39

there are no errors in vscode debug console.
When i click on try again, i see that console output changes inside vscode, so there is connection between vscode debug in expo and simulator expo app, but real app is not loading and keep showing this screen.
Same for my iphone.

Expected Behavior

Debug in exponent should work as before.

Software versions

Outputs (Include if relevant)

  • Output of the Debug Console (View -> Toggle Debug Console):
no erros in clonsole
  • Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox):
-
  • Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab):
-
@SounD120
Copy link
Contributor

SounD120 commented Oct 14, 2019

Hi @snownoop and thanks for reaching us. This looks similar to #1109.
Could you please try to check the content of your .expo/settings.json file?
There should be no "https": false line in it, if you find one please delete it and try to run Debug in Exponent scenario.
Please let us know if it helped.

@snownoop
Copy link
Author

@SounD120 you are my saver ! Working good. Removing https: false helped me. Thanks, we can close the issue.

@SounD120
Copy link
Contributor

@snownoop Great! Feel free to open new ones if needed.

@netpoe
Copy link

netpoe commented Aug 19, 2020

@snownoop can you please share your .vscode/launch.json config? I'm having a similar issue and removing https: false didn't work for me.

thanks

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

No branches or pull requests

3 participants