I\'ve associated my Windows 8 App with a file type. However when I open that file my app starts to open and then crashes.
I can\'t figure out a way to do this while the
Another approach:
Debugger.Launch();
When your app starts and execution reaches this line, your app will be stopped and VS will ask if you want to attach a debugger.
Does this work? You can debug without launching the app immediately. You can also debug other people's apps.