Each time I start Ozone or load a new revision of the code I'm developing I must manually add the same list of variables to the watchlist. Can I create a script that prepopulates the watchlist with those variables?
I realize most debugging sessions aren't like this but I'm developing a mini-text editor and there are global data structures that are useful to watch at all times.
I realize most debugging sessions aren't like this but I'm developing a mini-text editor and there are global data structures that are useful to watch at all times.