View snapshots with IntelliTrace step-back (Visual Studio Enterprise) (C#, Visual Basic, C++)
Članak
IntelliTrace step-back automatically takes a snapshot of your application at every breakpoint and debugger step event. The recorded snapshots enable you to go back to previous breakpoints or steps and view the state of the application as it was in the past. IntelliTrace step-back can save you time when you want to see the previous application state but don't want to restart debugging or recreate the desired app state.
You can navigate and view snapshots by using the Step Backward and Step Forward buttons in the Debug toolbar. These buttons navigate the events that appear in the Events tab in the Diagnostic Tools window.
Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly. Use the interactive debugger within Visual Studio to analyze and fix your C# applications.
You can use IntelliTrace to debug your complex applications quickly and more efficiently. IntelliTrace will record and track your code's execution history. You can find bugs easily because IntelliTrace lets you go back to recorded events and examine related code and data in your available debugging windows.https://aka.ms/VS2022LaunchLearnTV
Troubleshoot an app by inspecting its state as you move backward and forward through its execution. Intellitrace collects the information for this capability.
Use an Intellitrace file (.iTrace) to start debugging at a specific point of execution. The file contains info that Intellitrace recorded from a run of your app.