App Acts Differently When Started From Device
Nathan Sokalski
4,111
Reputation points
I have an a that works perfect when started using the Visual Studio 2022 Debugger (I am debugging using a Surface Duo). As we know, running the debugger installs the app on the device. However, if I open the app from the device (not for debugging, just to test it out), it acts differently. My code does not include any #if DEBUG lines, so I cannot seem to figure out why it is acting differently. I cannot use the debugger to figure this out, because like I said, it works fine when starting it from the debugger. How can I determine what is different?
Sign in to answer