Skip to main content

Module inline_values

Module inline_values 

Source
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.