Last active
October 18, 2021 12:46
-
-
Save yuval-a/73fe8ac54a313bacea5c3d8a41c5ca72 to your computer and use it in GitHub Desktop.
Usefull Node command line options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* `--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