Multiple choice technology platforms and products

What capability helps developers to do historical debugging?

  1. Breakpoint

  2. Intellitrace

  3. Debugger

  4. VS Debugger

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Intellitrace (formerly Historical Debugger) is the VS 2010 feature that enables historical debugging. It records events and method calls during execution, allowing developers to step backward and forward through code execution history to diagnose bugs that are difficult to reproduce.