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
description="When enabled, LiveDebugger won't redirect to new LiveView after page redirect or reload, allowing you to browse assigns and traces of dead LiveViews."
98
+
description_text="When enabled, LiveDebugger won't redirect to new LiveView after page redirect or reload, allowing you to browse assigns and traces of dead LiveViews."
67
99
checked={@settings[:dead_view_mode]}
68
100
phx-click="update"
69
101
phx-value-setting="dead_view_mode"
70
102
/>
71
-
72
-
<SettingsComponents.settings_switch
73
-
id="garbage-collection-switch"
74
-
label="Garbage Collection"
75
-
description="When enabled, LiveDebugger will remove old data to free up memory. Disabling this option will lead to increased memory usage."
76
-
checked={@settings[:garbage_collection]}
77
-
phx-click="update"
78
-
phx-value-setting="garbage_collection"
79
-
/>
80
-
<SettingsComponents.settings_switch
81
-
id="debug-button-switch"
82
-
label="Debug Button"
83
-
description="When enabled, a debug button will be added to every LiveView page, allowing you to quickly open LiveDebugger for the current page."
84
-
checked={@settings[:debug_button]}
85
-
phx-click="update"
86
-
phx-value-setting="debug_button"
87
-
/>
88
103
<SettingsComponents.settings_switch
89
104
id="tracing-enabled-on-start-switch"
90
105
label="Tracing enabled on start"
91
-
description="When enabled, LiveDebugger will start tracing as soon as you open the debugger. When disabled, LiveDebugger still records all traces, but you will need to manually start tracing to see new traces coming."
106
+
description_text="When enabled, LiveDebugger will start tracing as soon as you open the debugger. When disabled, LiveDebugger still records all traces, but you will need to manually start tracing to see new traces coming."
description="When enabled, it will highlight LiveViews and LiveComponent in the browser using Components Tree and Active LiveViews. For this feature to work, you must have enabled browser features (See docs for config)."
100
-
checked={@settings[:highlight_in_browser]}
121
+
id="garbage-collection-switch"
122
+
label="Garbage Collection"
123
+
description_text="When enabled, LiveDebugger will remove old data to free up memory. Disabling this option will lead to increased memory usage."
0 commit comments