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
Copy file name to clipboardExpand all lines: lib/live_debugger_web/live/settings_live.ex
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ defmodule LiveDebuggerWeb.SettingsLive do
54
54
55
55
<.settings_switch
56
56
id="tracing-update-on-reload-switch"
57
-
label="Refresh tracing on reload"
58
-
description="Enabling this feature may have a negative impact on application performance."
57
+
label="Refresh tracing after recompilation"
58
+
description="Tracing in LiveDebugger may be interrupted when modules are recompiled. With this option enabled, LiveDebugger will refresh tracing after project recompilation. It may have a negative impact on application performance."
0 commit comments