Search code examples
node.jsnode-inspector

How to search files in node-inspector


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:

  • Collapse the Scripts Tree to see the directories only
  • Or search files in the tree.

Is there an option for this anywhere, or an alternative?


Solution

  • In Chrome you can search source files with the shortcut Ctrl + O.