rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
13 stars 8 forks source link

Fix bug with $anon function renaming #21

Closed TwitchBronBron closed 4 years ago

TwitchBronBron commented 4 years ago

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: