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
Right now the debugger info widget only shows those expressions that can be evaluated and get a value from. This might be desirable in many cases, but we should also offer an option to list all relevant expressions even if some of them cannot be evaluated. Main motivation:
People expect to see the expression there. If they do not see it, they get puzzled. If the expression is listed by with no value, then people understand it cannot be evaluated
It would be easier for developers to see some expressions cannot be evaluated and try to figure out why
Right now the debugger info widget only shows those expressions that can be evaluated and get a value from. This might be desirable in many cases, but we should also offer an option to list all relevant expressions even if some of them cannot be evaluated. Main motivation:
The text was updated successfully, but these errors were encountered: