I'm using node-inspector on Ubuntu for the first time, trying to debug an Express application.
When I run the program and open http://0.0.0.0:8080/debug?port=5858
in Chromium or Google Chrome, it seems to work, and all the scripts are loaded in the "Scripts" tab.
But there are hundreds of files and there seems to be missing an option to:
Is there an option for this anywhere, or an alternative?
In Chrome you can search source files with the shortcut Ctrl + O
.