Skip to content

Commit 3e22183

Browse files
authored
Merge pull request #581 from villander/master
[DOC] Fix deprecated on node debug
2 parents 95fff79 + d887e43 commit 3e22183

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@ First let's start up the FastBoot server with Node in debug mode. One thing
569569
about debug mode: it makes everything much slower.
570570

571571
```sh
572-
node --debug-brk --inspect ./node_modules/.bin/ember serve
572+
node --inspect-brk ./node_modules/.bin/ember serve
573573
```
574574

575-
This starts the FastBoot server in debug mode. Note that the `--debug-brk` flag will cause your
575+
This starts the FastBoot server in debug mode. Note that the `--inspect-brk` flag will cause your
576576
app to start paused to give you a chance to open the debugger.
577577

578578
Once you see the output `Debugger listening on ws://127.0.0.1:<port>/<guid>`, open Chrome

0 commit comments

Comments
 (0)