Debug Only Screens
Include the ability to create screens that only exist in the debug version of the app. I find that with concepts such as soft deletes and the like, it's nice to sometimes have a screen where I can see all data, regardless of state. I'd like those screens to automatically eliminate themselves in the Release version. Perhaps a Debug folder under the Screens folder in the Logical View, or a naming convention such as dbg.SomeScreen.
1
vote