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

Add debugger #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add debugger #22

wants to merge 4 commits into from

Conversation

forki
Copy link
Member

@forki forki commented Jun 30, 2017

This add the redux debugger - but how can I connect? // @alfonsogarciacaro @et1975

@et1975
Copy link

et1975 commented Jun 30, 2017

I used https://github.com/zalmoxisus/remotedev-server - a local TCP service that you start separately and a "monitor" - a native OSX UI to visualize the data, see what else you can use here: https://github.com/zalmoxisus/remotedev.
Instead of withDebugger use something like
|> Program.withDebuggerAt (Remote("localhost",8000)) to connect.

@forki
Copy link
Member Author

forki commented Jun 30, 2017

Cool will check that out. But first I have to up the demo project to RN 45

@forki
Copy link
Member Author

forki commented Feb 14, 2018

|> Program.withDebuggerAt (Remote("localhost",8000))

where is Remote coming from?

@et1975
Copy link

et1975 commented Feb 14, 2018

# Conflicts:
#	src/Nightwatch.fs
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

Successfully merging this pull request may close these issues.

None yet

2 participants