⚡Auto-Capture in XSLT Debugger
dev.to·1d·
Discuss: DEV
Flag this post

The Auto-Capture feature in the XSLT Debugger automatically records variables, parameters, loops, and inline C# calls during XSLT execution — without any manual logging or code changes.


🔍 What It Does

  • Automatically captures all variable values and expressions during runtime.
  • Logs every inline C# (msxsl:script) method call with both arguments and return values.
  • Displays real-time values in the Variables panel and traces them in the Debug Console.
  • Provides a synchronized timeline between XSLT and inline C# execution.

🧩 Behavior Overview

Capture TypeDescriptionWhere It Appears
XSLT VariablesAutomatically displayed as execution flows past variable declarations.V…

Similar Posts

Loading similar posts...