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 committed Oct 4, 2022
1 parent 002c409 commit 0d00464
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 @@ -79,9 +79,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 0d00464

Please sign in to comment.