On Windows Phone “Step Over” exits from async method when I step over async method call with await

心不动则不痛 提交于 2019-12-11 03:14:19

问题


While debugging Windows Phone 8.1 app on device, "Step Over" exits from async method when I step over async method call with await. This does not happen in Windows 8.1 or desktop apps but in Windows Phone apps.

Why does this happen?


回答1:


This problem was caused by disabled option Suppress JIT optimization on module load.

Explained in JIT Optimization and Debugging on MSDN



来源:https://stackoverflow.com/questions/32598151/on-windows-phone-step-over-exits-from-async-method-when-i-step-over-async-meth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!