Search code examples
visual-studiowindows-phone-8.1windows-phonevisual-studio-debugging

Break Points Flash When Debugging in Windows Phone 8.1


I'm stuck on this weird behavior and was wondering if anyone else has run across this issue before.

I'm running the emulator for Windows Phone 8.1 and have a break point set at public App() which flashes and the emulator goes to the main screen. The break never gets hit and no output in regards to any error messages. I swipe to the installed app and try to run it again and the same thing happens.

Ideas?


Solution

  • I figured out what was causing the issue. The startup object didn't have a value in the project property section. Once I made a selection, the app was able to go in debug mode.