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

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -