IEx Pry: Always allow?
问题 When I run Elixir code with my debugger, Pry, then it always confronts me with Allow? [Yn] Can I pass a configuration option to always allow this? Thus, by default? Why is this question asked? What could be harmful? 回答1: No, you cannot provide an option to allow without manual confirmation. The confirmation is a reused component of IEx, any terminal takeover messages ( :take ) require user confirmation. This take over flow also happens in IEx.pry/0. As for why this is the case, I am not sure.