diff --git a/docs/tutorial/debugging-browser-process.md b/docs/tutorial/debugging-browser-process.md index bdfb8323faf9..310637861135 100644 --- a/docs/tutorial/debugging-browser-process.md +++ b/docs/tutorial/debugging-browser-process.md @@ -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