We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb4655 commit de32dadCopy full SHA for de32dad
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