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 node --enable-sourcemaps --inspect-brk <cmdline>
In Chrome, open chrome://inspect, then open the node inspector when it is listed.
In order to set breakpoints in the C++ code, you will need to break on the C++ main() entry point in the js bootloader. The location of this can vary so YMMV, but look for main.