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
For generator frameworks where the instances can appear as a local variable, we can actually encoded and make it readable through the debugger. This requires couple changes
Local variables or generator variables linking, which implies that the variable table needs a flag which indicates whether it is a instance. The value can be mapped to the instance_id if required.
Communication between the runtime and the debugger. VSCode require a variable handle so needs to refactor how it's reading out variable handles.
The text was updated successfully, but these errors were encountered:
For generator frameworks where the instances can appear as a local variable, we can actually encoded and make it readable through the debugger. This requires couple changes
The text was updated successfully, but these errors were encountered: