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

Can't debug at http://localhost:8081/debugger-ui #75

Closed
quantuminformation opened this issue Mar 31, 2017 · 6 comments
Closed

Can't debug at http://localhost:8081/debugger-ui #75

quantuminformation opened this issue Mar 31, 2017 · 6 comments

Comments

@quantuminformation
Copy link

I can't access my source files to debug on my project build with haul
image

Haul Configuration (webpack.haul.js)

module.exports = ({ platform }) => ({
  entry: `./index.${platform}.js`,
});

Your Environment

MAC OSX

software version
Haul 0.1.3
react-native 0.42.3
node 6.9.1
npm or yarn v0.19.1

image
image

@satya164
Copy link
Member

satya164 commented Mar 31, 2017

It says "Status: Waiting", so doesn't look like your phone/simulator is connected to the debugger?

@quantuminformation
Copy link
Author

I guess so, pressing cmd+R didn't do anything:

image

@satya164
Copy link
Member

You have to select "Debug with chrome" from the developer menu. I believe it's Cmd + D

@quantuminformation
Copy link
Author

image
Great, that worked:
image

@grabbou
Copy link
Member

grabbou commented Mar 31, 2017

Happy coding :)

@quantuminformation
Copy link
Author

Note, the menu option has changed to "Debug JS remotely"

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

No branches or pull requests

3 participants