31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Search for variables #25

Open pablomayobre opened 7 years ago

pablomayobre commented 7 years ago

If you happen to have 1000 available variables you probably will need a search feature to filter them out.

This can happen for example when the Global variables show all the default base libraries which often have many methods and namespaces...

A search feature would ease the pain of searching through them. Also makes expanding variables trees easier and filters the noise created by meaningless variables in the debugging process