Skip to content

bigwhite37/dhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elixir debugger written in Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published