Merge pull request #606 from hokein/master
docs: Correct debugging chapter.
This commit is contained in:
commit
1beeda170c
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:
|
You can either start atom-shell with a debug flag like:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ atom-shell --debug your/app
|
$ atom-shell --debug=5858 your/app
|
||||||
```
|
```
|
||||||
|
|
||||||
or, to pause your script on the first line:
|
or, to pause your script on the first line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ atom-shell --debug-brk your/app
|
$ atom-shell --debug-brk=5858 your/app
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Load the debugger UI
|
### 3. Load the debugger UI
|
||||||
|
|
Loading…
Reference in a new issue