File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -470,9 +470,9 @@ of calling `node-inspector`, call `[path to node-inspector]/bin/inspector.js`
470470[ Node 6.3] ( https://nodejs.org/en/blog/release/v6.3.0/ ) is the first version to
471471offer support for the ` --inspect ` flag. This is intended to replace usage of
472472tools like node-inspector. However the ` --inspect ` flag isn't suitable for
473- debugging Fastboot apps because Node does not support debugging of code in a vm
473+ debugging FastBoot apps because Node does not support debugging of code in a vm
474474module context (see [ this issue] ( https://github.com/nodejs/node/issues/7593 ) ),
475- which is a module that Fastboot utilizes.
475+ which is a module that FastBoot utilizes.
476476
477477Because of this, it's recommended to use either node-inspector, or Node's
478478[ out-of-process debugging utility] ( https://nodejs.org/api/debugger.html#debugger_debugger ) ,
You can’t perform that action at this time.
0 commit comments