You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is a bug in the debugger extension or a limitation of Duktape itself, but it seems that virtual properties, defined like below, are not getting listed during object inspection in variables/watch windows.
It is possible to inspect such properties, but they need to be explicitly referenced in the watch window or the debug console (e.g. obj.myVirtualProperty).
I think it would make sense if virtual properties were listed in the same way as regular ones.
The text was updated successfully, but these errors were encountered:
I am not sure if this is a bug in the debugger extension or a limitation of Duktape itself, but it seems that virtual properties, defined like below, are not getting listed during object inspection in variables/watch windows.
It is possible to inspect such properties, but they need to be explicitly referenced in the watch window or the debug console (e.g.
obj.myVirtualProperty
).I think it would make sense if virtual properties were listed in the same way as regular ones.
The text was updated successfully, but these errors were encountered: