I am running node v6.9.1 on OS X.
I am running a script using sudo node --inspect <script name>
, as described in the documentation.
Runs correctly giving message telling me to go to a page to debug.
When I visit this page, I get the frames for the debugger, but no code is displayed.
I have tried disabling all extensions in chrome.
No errors are shown.
Has anyone seen this issue? Would love to be able to debug.