We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<command>
1 parent 808dab6 commit 42f7d99Copy full SHA for 42f7d99
1 file changed
docs/DEVELOPER.md
@@ -56,7 +56,7 @@ project](#building-and-installing-the-cli), then run the desired `ng` command
56
as:
57
58
```shell
59
-node --inspect-brk node_modules/.bin/ng ...
+node --inspect-brk node_modules/.bin/ng <command>
60
```
61
62
This will trigger a breakpoint as the CLI starts up. You can connect to this
0 commit comments