VS2017: Which function causing breakpoint timeout?

笑着哭i 提交于 2019-12-13 03:44:16

问题


I'm getting the below error when I hit some breakpoints. The error makes sense but it's not telling me which function is being offensive. My question is where does this dialog pull the method name from such that I'm getting this null reference string instead? (If I follow the suggestion and disable property evaluation, the problem goes away, but I would rather keep this feature enabled as it's a huge convenience.)

Error text:

Evaluating the function System.NullReferenceException.NullReferenceException timed out and needed to be aborted in an unsafe way. This may have corrupted the target process.

来源:https://stackoverflow.com/questions/50400276/vs2017-which-function-causing-breakpoint-timeout

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