Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 614 Bytes

Elixir Debug

Using for elixir by debugger module in erlang.

Eesure your elixir code in a mix project.

Now you can use this module to debug deps lib together.

Usage

:dhelper.start 'beam_dir', 'source_dir', 'your_project_name'
:debugger.start

or

# make sure you are in project directory.
:dhelper.start 'your_project_name'

Debug with deps

# make sure you are in project directory.
:dhelper.startd 'your_project_name', ['dep_name1', 'dep_name2']

If you catch something should not heppend, try below to add Logger to debugger

:dhelper.switch