A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
In certain situations, the debugger would show $anon_# function names when it should have been mapping those to actual function names. This bug was caused by using the wrong line number.
Notable Changes:
Use the source map translated location up $anon function names instead of the raw stack trace location
In certain situations, the debugger would show
$anon_#
function names when it should have been mapping those to actual function names. This bug was caused by using the wrong line number.Notable Changes:
$anon
function names instead of the raw stack trace location