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
-- Whether to call toString() on objects in debug views like hovers and the
234
234
-- variables list.
235
235
-- Invoking toString() has a performance cost and may introduce side-effects,
236
-
-- although users may expected this functionality. null is treated like false.
236
+
-- although users may expect this functionality. null is treated like false.
237
237
evaluate_to_string_in_debug_views=true,
238
238
-- You can use the `debugger.register_configurations` to register custom runner configuration (for example for different targets or flavor). Plugin automatically registers the default configuration, but you can override it or add new ones.
0 commit comments