The IEx.Server.
The server responsibilities include:
IEx.pry/0 or setting up breakpointsStarts a new IEx server session.
@spec run(keyword()) :: :ok
Starts a new IEx server session.
The accepted options are:
:prefix - the IEx prefix:env - the Macro.Env used for the evaluator:binding - an initial set of variables for the evaluator:on_eof - if it should :stop_evaluator (default) or :halt the system:register - if this shell should be registered in the broker (default is true)
© 2012-2024 The Elixir Team
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/iex/1.18.1/IEx.Server.html