alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions
https://birdseye.readthedocs.io
MIT License
1.65k stars 72 forks source link

Allow searching for values in inspector #33

Open alexmojaki opened 7 years ago

alexmojaki commented 7 years ago

jstree (the library used to show expanding values in the inspector) has a search plugin which could be cool to integrate. Searching for a string would show which children of which expressions contain that string. Handy when you think that a string is somewhere deep inside the nested attributes/values of an object but don't want to click around searching for it.