I\'m trying to track down a bug that occurs when I click a particular element on an aspx page...
In the past I\'ve had to track down the class that handles that part
Conditional Breakpoints may be your answer. You can set them were you think your code is breaking and they will only halt when the condition is satisfied.