Skip to content

Commit

Permalink
remove not relevant todos
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 29, 2023
1 parent 29cb740 commit dc67921
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/elixir_ls_debugger/lib/debugger/stacktrace.ex
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ defmodule ElixirLS.Debugger.Stacktrace do

[first_frame | other_frames]

# TODO add process stack?

error ->
Output.debugger_important(
"Failed to obtain meta for pid #{inspect(pid)}: #{inspect(error)}"
Expand Down Expand Up @@ -108,10 +106,5 @@ defmodule ElixirLS.Debugger.Stacktrace do

def get_file(module) do
Path.expand(to_string(ModuleInfoCache.get(module)[:compile][:source]))
# TODO why beam to source location hack needed here?
# case ElixirSense.Location.find_mod_file(module) do
# {module, file} -> file
# _ -> nil
# end
end
end

0 comments on commit dc67921

Please sign in to comment.