问题
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