docs: Correct debugging chapter.
This commit is contained in:
parent
fdcad1066e
commit
9ad81c054d
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ $ node-inspector
|
|||
You can either start atom-shell with a debug flag like:
|
||||
|
||||
```bash
|
||||
$ atom-shell --debug your/app
|
||||
$ atom-shell --debug=5858 your/app
|
||||
```
|
||||
|
||||
or, to pause your script on the first line:
|
||||
|
||||
```bash
|
||||
$ atom-shell --debug-brk your/app
|
||||
$ atom-shell --debug-brk=5858 your/app
|
||||
```
|
||||
|
||||
### 3. Load the debugger UI
|
||||
|
|
Loading…
Add table
Reference in a new issue