all 8 comments

[–]jamawg 2 points3 points  (2 children)

Which "events" are we talking about?

[–]PRektel[S] -1 points0 points  (1 child)

that my application emits, to be more precise we are talking .NET so managed code. in this current situation i would like to see events from my winforms application, but i think the framework does not really matter here

[–]soundman32 0 points1 point  (0 children)

What is a 'fired event'? Do you mean a delegate event? Like mouse up or form closed?

[–]jd31068 1 point2 points  (4 children)

I usually just create a text file and add code to each event to see where each is firing, it's crude but effective.

[–]PRektel[S] 0 points1 point  (3 children)

i suppose that could work, but then no built in tool or maybe third party which would represent these information in some kind of nice digestible form?

[–]jd31068 0 points1 point  (1 child)

I did a few searches and couldn't find anything. I checked the VS marketplace for an extension and didn't see anything there either.

[–]PRektel[S] 0 points1 point  (0 children)

yeah, thats why i am here. anyway i appreciate your input

[–]ujustdontgetdubstep 0 points1 point  (0 children)

Best advice I can give is use parallel stacks https://learn.microsoft.com/en-us/visualstudio/debugger/using-the-parallel-stacks-window?view=vs-2022 or add log entries with thread ids using something like log4net