new feature suggestion
DanAvni
Posts: 72 Bronze 2
on Ants profiler 4, on the event line (above the performance graphs), if an exception occurs in code a red line appears. my suggestion: allow me to click the red line and show me the code that threw the exception.
Dan Avni
Comments
the ability to click on an event and be taken to the method which caused the event should already be working.
A large amount of the time the method will be hidden as it will be a method without source which eventually threw it. If you switch to all methods in the tree view or grid view (so you see the system .NET methods) and click on any of the events you should be taken to the correct method.
You may also want to try it with Hide Insignificant Methods turned off.
Let me know if there are any problems,
Stephen