VS2010 - Break on events without intellitrace

橙三吉。 提交于 2019-12-25 01:56:21

问题


I have VS2010 professional and Im working with a large code base that Im unfamiliar with. I want to know what code gets executed when a certain event occurs (namely, when I click a specific button). I know this could easily be done with Intellitrace, but that requires an Ultimate subscription (which is outrageously expensive). Is there any other way I can do this? Ideally without installing anything new (even if its free), but thats not a deal breaker.


回答1:


You can see what .NET code is executed with Runtime Flow (developed by me, 30-day trial).



来源:https://stackoverflow.com/questions/22696787/vs2010-break-on-events-without-intellitrace

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