Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ defmodule ElixirLS.DebugAdapter.BreakpointCondition do
module,
module,
non_neg_integer,
Macro.Env.t(),
String.t(),
String.t() | nil,
String.t()
non_neg_integer
) ::
{:ok, {module, atom}} | {:error, :limit_reached}
def register_condition(name \\ __MODULE__, module, line, env, condition, log_message, hit_count) do
Expand Down
Loading