You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
I'm fairly new to the language and am coming from ruby. In order to get the behavior that I'm used to from ruby's version of pry in elixir, I always have to call `import __MODULE__` when I get into a pry session. With debugging being a primary focus of 1.14, I wonder if automatically importing the module that IEx.pry is called in could make it into the release or some future one.