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
12 stars 9 forks source link

class methods are incorrectly reported as anon #154

Open georgejecook opened 1 year ago

georgejecook commented 1 year ago

image

given that we know the line of code, can we not use the source map to get the correct name in the stack?

TwitchBronBron commented 3 months ago

Yeah that's definitely a possibility. We just need someone with the bandwidth to implement it.