Skip to content

Commit

Permalink
Update documentation for --debug-binding flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jstafman authored and MichaelDeBoey committed Mar 9, 2023
1 parent 9ade1c8 commit cb0b955
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/other-api/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ The same as `watch`, but also boots the [Remix App Server][remix-app-server] in
remix dev
```

### `remix dev --debug`
### `remix dev --debug [--debug-binding]`

Attaches a [Node inspector][node-inspector] to develop your app in debug mode.
Attaches a [Node inspector][node-inspector] to develop your app in debug
mode. By default, the host is set to `127.0.0.1` and the port is set to
`9229`. Using the `--debug-binding` allows you to set a custom host and port.
For example, `remix dev --debug --debug-binding 0.0.0.0:9229`.

### `remix dev --port`

Expand Down

0 comments on commit cb0b955

Please sign in to comment.