steelbrain / denode

Debug node apps like a pro
MIT License
142 stars 12 forks source link

Filter node_modules from Sources list #10

Closed bencooling closed 8 years ago

bencooling commented 8 years ago

I am finding denode a useful lightweight solution for setting breakpoints in my project files but it is a bit tedious to search through source code of not only my project dependencies but also denode itself under the Sources tab.

Is it possible to filter out denode and project dependencies from Sources?

Thanks for a great application.

steelbrain commented 8 years ago

Hi @bencooling. DeNode uses chromium dev tools so everything that's possible in them is possible in it. A quick look through the dev tools found me this,

It shows what the keyboard shortcut is on both the background tip and the dropdown item and when you press that keybinding, you can filter and open the particular file you want

steelbrain commented 8 years ago

Also here's a full cheatsheet http://anti-code.com/devtools-cheatsheet/