docs: Correct debugging chapter.

This commit is contained in:
Haojian Wu 2014-08-25 13:08:11 +08:00
Родитель fdcad1066e
Коммит 9ad81c054d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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