Improve your Application Debugging with IntelliTrace
This talk has been retired. It is no longer given. If you need this talk, please contact me.
Traditional or live debugging shows only your application’s current state with limited data about past events. You either have to guess what happened based on your current state, or you have to recreate these events by rerunning your app.
IntelliTrace expands this traditional debugging experience by recording specific events and data at these points in time. This lets you see what happened in your application without restarting it, especially if you step past where the bug is. IntelliTrace is turned on by default during traditional debugging and collects data automatically and invisibly. This lets you switch easily between traditional debugging and IntelliTrace debugging to see the recorded information.
In this session, we will cover what event information IntelliTrace collects, like debugger events, exceptions, .NET framework events and more. We’ll also dive in and see how you can further debug your application by using IntelliTrace.
This session is rated level 200 -"Basic Concepts".
Slide Deck
Reference Links
- Edit IntelliTrace collection plan
- Custom TraceSource and debugging
- Diagnose problems after deployment
Interested
Would you like this talk at your event? You can send me an email. If you use Sessionize you can view the talk on Sessionize.Share on
Twitter Facebook LinkedIn RedditLike what you read?
Please consider sponsoring this blog.