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

Variables prefixed with '__rokudebug__' are hidden but increase the count of an object. #129

Open Christian-Holbrook opened 1 year ago

Christian-Holbrook commented 1 year ago

Screen Shot 2023-01-20 at 8 44 05 AM

When an object has a child variable that is prefixed with 'rokudebug' the count of the object is increased, but the variable isn't show.

Need to decide if this is acceptable behavior or not.