This repository has been archived by the owner on May 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Debugging with Chrome DevTools
Jason Dobry edited this page Jan 31, 2017
·
22 revisions
Table of Contents
- The Chrome DevTools Debugger
- Debugging functions in
childprocess
isolation mode - Debugging functions in
inprocess
isolation mode
The Chrome DevTools are a set of web authoring and debugging tools built into Google Chrome. As of Node.js v6.3.1 you can use the DevTools to debug and profile your Node.js code.
- https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js
- https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27
- https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools
- https://blog.hospodarets.com/nodejs-debugging-in-chrome-devtools
TODO
TODO
Disclaimer: This is not an official Google product.
@google-cloud/functions-emulator is currently in pre-1.0.0 development. Before the 1.0.0 release, backwards compatible changes and bug fixes will bump the patch version number and breaking changes will bump the minor version number.