More information on exceptions?

I am trying out the performance profiler - which looks to be a really cool tool.

The thing is, I get a number of System.Threading.SynchronizationLockExceptions in my application (or so the app nicely shows me in timeline across the the top). Is there anyway I can get more information on where the exceptions occur, stack trace etc.?

I am profiling an ASP.NET application on the IIS on a Windows XP.

Comments

  • You can click on any event in the timeline, including exceptions, to find the nearest stack trace to where it occurs - you might find that switching the profiler to showing 'all methods' instead of just 'methods with source' will get you more detail.
    Andrew Hunter
    Software Developer
    Red Gate Software Ltd.
Sign In or Register to comment.