We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3ad3f commit d887e43Copy full SHA for d887e43
1 file changed
README.md
@@ -572,7 +572,7 @@ about debug mode: it makes everything much slower.
572
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