Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - maarek/ether: An Elixir Debugger
An Elixir Debugger. Contribute to maarek/ether development by creating an account on GitHub.
Visit SiteGitHub - maarek/ether: An Elixir Debugger
An Elixir Debugger. Contribute to maarek/ether development by creating an account on GitHub.
Powered by 0x5a.live ๐
Ether
Ether
provides functionality to hook Elixir into the Erlang debugger.
Since this project is new a short disclaimer is in order. Presently,
Ether
currently only wraps Erlang's int module. This module is the
Interpreter Interface and it's primary use is with the debugger
modules included in erlang. Since erlang can change their debugger
at any time, this might be a little unstable. Hopefully as things
advance, we can move away from that dependency and advance an elixir
debugger.
Install As Dependency
As a dependency to a mix.es file:
def application() do
[applications: [:ether]]
end
defp deps do
[{:ether, github: "maarek/ether"}]
end
$ mix deps.get
Elixir Resources
are all listed below.
Made with โค๏ธ
to provide different kinds of informations and resources.