The Method Tracker Visualizer VSIX Extension brings interactive visualization, search, and navigation of your MethodTrackerTool logs directly into Visual Studio. With this tool window, you can inspect the call tree, filter log entries, and quickly jump to methods with issues—a...
The MethodTracker Visualizer provides an intuitive Visual Studio extension for analyzing the detailed method call data generated by the MethodTracker Tool.
Features
Filesystem Browser: Select the test run you wish to analyze directly from your filesystem.
Hierarchical Method View: Clearly see the sequence of method calls made during your test, structured hierarchically.
Advanced Search: Quickly filter and find specific method calls. Use keywords separated by '&' to match all entered terms.
Exception View: Examine exceptions thoroughly, observing where they originated, where they were handled, and their propagation through your codebase.
Performance View (Alpha): Analyze exclusive execution times of individual methods to identify potential performance bottlenecks.
Comparer View: Compare two different test runs side-by-side, easily identifying differences across method executions.
Compatibility Note:
Requires MethodTrackerTool version 2.1.0 or later. Get it here.