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
When using the debugger in Theia, the first thing I need to do is to expand the local variable scope to see the values of the local variables of the current scope. This is annoying, as this has to be done every time I start debugging again.
The should expand the local variables by default.
VSCode does this too.
The text was updated successfully, but these errors were encountered:
Feature Description:
When using the debugger in Theia, the first thing I need to do is to expand the local variable scope to see the values of the local variables of the current scope. This is annoying, as this has to be done every time I start debugging again.
The should expand the local variables by default.
VSCode does this too.
The text was updated successfully, but these errors were encountered: