Read this article in your language IT | EN | DE | ES
Finding how you go to that deep class method that failed…
IntelliTrace cool 2010 feature, if you are debugging the app and it fails on its own, it will show you everything that was called up until that point. Even but button’s you clicked on the website.
Pretty cool. Can’t attach to a process, have to actually run debug. It’s window on the right or you can open it via, Debug/Windows/IntelliEvents.
It’s shows more usefulness if the app fails a few classes deep.
Note: Only works if you run Debugger


IntelliTrace Events Only Option Gives You This: |
|
|
IntelliTrace Events and Call Information Give You This: |
 |
You can see how I got to the error now, which methods call which other methods.
 |
4102e4f2-ba7c-465c-9f82-409e301c23fe|1|5.0
Visual Studio
IntelliTrace