Skip to content

Instantly share code, notes, and snippets.

@yuval-a
Last active October 18, 2021 12:46
Show Gist options
  • Save yuval-a/73fe8ac54a313bacea5c3d8a41c5ca72 to your computer and use it in GitHub Desktop.
Save yuval-a/73fe8ac54a313bacea5c3d8a41c5ca72 to your computer and use it in GitHub Desktop.
Usefull Node command line options
* `--trace_gc`: Logs garbage collection operations.
* `--inspect`: Runs node in debugging mode. open Chrome with `chrome://inspect` to see the debug session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment