You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a script with inspect mode, then press n to go to each next line (how to go straight to a debugger statement instead?) Then type repl to actually access the variables.
Run a script with inspect mode, then press
n
to go to each next line (how to go straight to a debugger statement instead?) Then typerepl
to actually access the variables.h/t: https://www.youtube.com/watch?v=vW0pmFYWmCU
see: https://nodejs.org/api/inspector.html
The text was updated successfully, but these errors were encountered: