Elixir: IEx.pry error: IEx shell running? -
on elixir sips 33 - pry:
while i'm trying use iex.pry, have basic this:
require iex defmodule iexprytest def add(a, b) c = + b iex.pry c end end
i pry error:
iex(1)> iexprytest.add(1, 2) cannot pry #pid<0.88.0> @ lib/iex_pry_test.ex:24. iex shell running?
i think iex running, since thats i'm running from.
i'm on windows 8.1 if makes difference.
any suggestions pry running? thanks.
i tried on windows 7 vm standard command prompt, , seems bug. perhaps open issue on elixir-lang github?
however, when starting gui shell iex --werl
, pry worked. can try one?
Comments
Post a Comment