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 65dbdef commit a450d12Copy full SHA for a450d12
lib/iex/lib/iex/pry.ex
@@ -704,7 +704,7 @@ defmodule IEx.Pry do
704
end
705
706
def dbg(ast, options, %Macro.Env{} = env) when is_list(options) do
707
- options = quote(do: Keyword.put(unquote(options), :print_location, false))
+ options = Keyword.put(options, :print_location, false)
708
709
quote do
710
IEx.Pry.pry(binding(), __ENV__)
0 commit comments