docs: Correct debugging chapter.
authorHaojian Wu <hokein.wu@gmail.com>
Mon, 25 Aug 2014 05:08:11 +0000 (13:08 +0800)
committerHaojian Wu <hokein.wu@gmail.com>
Mon, 25 Aug 2014 05:08:11 +0000 (13:08 +0800)
docs/tutorial/debugging-browser-process.md

index bdfb832..3106378 100644 (file)
@@ -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