-
Notifications
You must be signed in to change notification settings - Fork 283
Description
Regarding the visualizer, I'm thinking about ideas on how to specify the initial view.
Each time I connect the engine+visualizer, I get the threads list populated.
The Remotery thread shows up first, then threads in "random" order.
I'd like to be able to sort the list (putting my main thread first, and Remotery last), giving a better default view for our users.
Such settings could be done using the properties url (like the addr property).
E.g. url?sort=main,sound,Remotery
Thinking more about it, another idea is to be able to save settings from the visualizer into a cookie or something. This could be presented via a dropdown list.
It would further minimize the effort in continuing where the last debug session left off.
(e.g. expanding the flame graph of the threads to the desired depth)
Have you had any thoughts around this?