Crash occurs while not debugging, and while Debugging App runs perfectly -


platform - Windows Phone 8.1

When I run my app normally (without debugging) Crash on the app is a specific point and when I start debugging the app to catch the exception, that's right. I have faced this issue on more than 1 scenario, so I am not mentioning code.

Did anyone face the situation already on WP8.1?

PS-debug mode as well as tried to debug the app in release mode.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -