We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95fff79 + d887e43 commit 3e22183Copy full SHA for 3e22183
1 file changed
README.md
@@ -569,10 +569,10 @@ First let's start up the FastBoot server with Node in debug mode. One thing
569
about debug mode: it makes everything much slower.
570
571
```sh
572
-node --debug-brk --inspect ./node_modules/.bin/ember serve
+node --inspect-brk ./node_modules/.bin/ember serve
573
```
574
575
-This starts the FastBoot server in debug mode. Note that the `--debug-brk` flag will cause your
+This starts the FastBoot server in debug mode. Note that the `--inspect-brk` flag will cause your
576
app to start paused to give you a chance to open the debugger.
577
578
Once you see the output `Debugger listening on ws://127.0.0.1:<port>/<guid>`, open Chrome
0 commit comments