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

Fix off-by-1 bug with threads over protocol #132

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fix a bug in the debug protocol where the wrong line numbers were being reported for the threads response. We had incorrectly assumed that the protocol reported 0-based line numbers, when in fact they are 1-based.