We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4b5b commit 827ce55Copy full SHA for 827ce55
1 file changed
lib/live_debugger/structs/lv_process.ex
@@ -37,7 +37,7 @@ defmodule LiveDebugger.Structs.LvProcess do
37
debugger? =
38
socket.view
39
|> Atom.to_string()
40
- |> String.starts_with?("Elixir.LiveDebugger.")
+ |> String.starts_with?(["Elixir.LiveDebugger.", "Elixir.LiveDebuggerWeb."])
41
42
embedded? = socket.host_uri == :not_mounted_at_router
43
0 commit comments