From e95cee55b7329b06fa4d60a4eff43c1613250ed5 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 6 Aug 2016 06:17:02 -0400 Subject: [PATCH] docs: add info about --auto-open flag w/ --inspect This feature doesn't actually work (AFAIK). This is mostly just my way of suggesting that we implement a CLI flag for it. I'd be happy to help with a little direction (first time contributor here). --- doc/api/debugger.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/debugger.md b/doc/api/debugger.md index acffe65cbaac38..87df4cded570bf 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -193,4 +193,7 @@ e.g. `--inspect=9222` will accept DevTools connections on port 9222. To break on the first line of the application code, provide the `--debug-brk` flag in addition to `--inspect`. +To open Chrome automatically, provide the `--auto-open` flag in addition to +`--inspect`. + [TCP-based protocol]: https://github.com/v8/v8/wiki/Debugging-Protocol