- Analyze executions back in time.
- Tracing - Record control flow and variable values during runtime.
- Speed up debugging! Speed up coding in weakly known code!
- Understand of your app's runtime behavior.
- Advanced visualizations of thousands of nested function/method calls over time.
- Inspect recorded variable and parameter values at any point in time.
- Search over trace data and quickly find relevant execution points.
- Seamless integration into Microsoft Visual Studio IDE.
- Extend stepwise debugging (StepInto/StepOver) with TraceOver. Don't decide which control path to follow. Just record it and analyze it back and forth in time afterwards.
- Trace large executions with minimal performance overhead due to specialized runtime data mining techniques.
Supported languages:
Native C and C++ software systems.
System requirements:
Microsoft Windows XP, Vista, 7; Microsoft Visual Studio 2008