Expand description
Inline value extraction for DAP inlineValues requests.
Inline value extraction for DAP inlineValues requests.
This module provides both a lightweight regex-based implementation and a runtime-enriched version that queries the Perl debugger for actual variable values.
Functions§
- collect_
inline_ values - Legacy: Collect inline values for scalar variables within a line range.
- collect_
inline_ values_ with_ runtime - Collect inline values with runtime variable resolution.
- extract_
variable_ names - Extract unique variable names from source code within a line range.
- format_
inline_ value - Format a variable’s inline value with Perl-idiomatic formatting.