So, hands up who else does this: adding custom debuggers to your interfaces for testing them out?
It’s a little habit I picked up decades ago during the Flash days and it’s as useful now. (Found and fixed at least two bugs after implementing this simple one today.)
@aral this looks really interesting. It’s not really something I’ve considered before especially for desktop apps. I think I’ll have to noodle on this. Thanks for sharing as always.