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
Enhancement: stabilize LiveDebugger behavior on recompilation (#873)
* Add filesystem dep
* Removed trace after recompile option
* Changed spec
* Working, needs polish
* Removed dbg
* Extracted live_module? function to ModuleAPI
* Changed name of all_paths function
* Better error handling in all_callbacks function
* Better specs
* Cleanup in TracingManager
* Split functions
* Removed obsolete tests
* Removed obsolete handler test
* Cleanup in tracing_manager_test
* Wrapped FileSystem library and added mock for it
* Added tests for paths
* Added tests for all_callbacks/1
* Add tests for live_module? function
* Added tests for refresh_tracing/1
* Add test for monitor recompilation
* Added case for file_event
* Fix settings e2e test
* Installation of inotify-tools
* Updated version in README
* Updated docs with new version
* Revert "Updated docs with new version"
This reverts commit 13a3dae.
* Revert "Updated version in README"
This reverts commit f1c0641.
Copy file name to clipboardExpand all lines: lib/live_debugger/app/settings/web/settings_live.ex
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,6 @@ defmodule LiveDebugger.App.Settings.Web.SettingsLive do
69
69
phx-value-setting="dead_view_mode"
70
70
/>
71
71
72
-
<SettingsComponents.settings_switch
73
-
id="tracing-update-on-reload-switch"
74
-
label="Refresh tracing after recompilation"
75
-
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