mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
node: add --inspect-brk example
This commit is contained in:
parent
9f2c29171c
commit
d6199ecf7d
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Evaluate and print result, useful to see node's dependencies versions:
|
||||
|
||||
`node -p "{{process.versions}}"`
|
||||
|
||||
- Enable Node's inspector agent and pause execution until a debugger is connected. Source code is fully compiled:
|
||||
|
||||
`node --no-lazy --inspect-brk {{file}}.js`
|
||||
|
|
Loading…
Add table
Reference in a new issue