Differences between remote debugger and created package (WinRT Store App)

123 views Asked by At

I am developing an application for a mobile device (namely WinRT Tablet). I have a x86 test device that I installed the created app package on. However, it crashes when I try to start it. I figured I would run it through a remote debugger in order to see what is wrong as it runs in both the simulator and local host without any trouble. However, when I run it through the remote debugger, it runs fine on the device as well.

This is causing me a headache as it I have no idea how I can debug this when it runs splendidly through the remote debugger. I have a hunch that it has something to do with the connectivity in the app as it has ran on the device (installed from the packages) before I had this functionality in. I have added capabilities to the package. Does the remote debugger offer the app another access to network that bypasses the default (that might or might not be causing the issues) option?

Any ideas on how to debug this? Does WinRT generate some log on ran apps somewhere? I have no idea how to approach this problem.

0

There are 0 answers