paulo-fernando-silva / vscOctaveDebugger

MIT License
35 stars 4 forks source link

Can't inspect non-public properties in debugger. #67

Open paulo-fernando-silva opened 1 year ago

paulo-fernando-silva commented 1 year ago

It seems the properties access modifiers, private, protected, public, are also applied in debugging mode. This prevents the debugger from inspecting the value of those properties depending on scope.