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
The current behavior of debug_print_var is to debug print everything visually selected. This allows users to debug print expressions, not only variables.
A PR adding this feature would be welcome. It wouldn't need to modify debug_print_var, but add a new function for this instead.
And it will insert print below every variable inside the visual selection range
The text was updated successfully, but these errors were encountered: