G
Guest
Hi,
this seems like something so basic that there must be some way to do it...Is there a way for Visual Studio or some other tool to let me see Events as they are raised in an application?
For example, I've created a form with two fields. I would like to be able to see ALL the events for the application as I run/debug it. I want to know that clicking on field1 and then field2 produces: fld1.enter, fld1.leave, fld2.enter, etc.
I guess I should stipulate that I don't want to have to place breakpoints or debug writelines in the code. I don't want to have to anticipate which event handlers will be called. I want to see if events I didn't even expect are being raised.
this seems like something so basic that there must be some way to do it...Is there a way for Visual Studio or some other tool to let me see Events as they are raised in an application?
For example, I've created a form with two fields. I would like to be able to see ALL the events for the application as I run/debug it. I want to know that clicking on field1 and then field2 produces: fld1.enter, fld1.leave, fld2.enter, etc.
I guess I should stipulate that I don't want to have to place breakpoints or debug writelines in the code. I don't want to have to anticipate which event handlers will be called. I want to see if events I didn't even expect are being raised.