vscOctaveDebugger
vscOctaveDebugger copied to clipboard
Can't inspect non-public properties in debugger.
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.