adobe-research / theseus

A pretty darn cool JavaScript debugger for Brackets
Other
1.34k stars 69 forks source link

Allow hiding "logs" (fn calls) #24

Open vojtajina opened 11 years ago

vojtajina commented 11 years ago

I wanna be able to hide some of the logs, that are not important to me. At this point I can only show all or nothing per function call, it would be helpful to allow hiding specific fn calls.

hide-fn-calls

alltom commented 11 years ago

Great point! If I understand the problem correctly, being able to collapse that branch with something like a disclosure triangle would be a possible solution. Is that right?

metafeather commented 10 years ago

Similarly it would be very handy to be able to clear all the existing logs and calls without having to restart the instrumented server.

This makes it very easy to follow the progress of data through a specific user flow after the server has started and been put into the necessary state.

alltom commented 10 years ago

Yeah! I've been prototyping some interfaces for that use case that I think will be the next to be added to Theseus.

vojtajina commented 10 years ago

@alltom yes