Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 751 Bytes

CauDEr

A causal-consistent debugger for Erlang

Dependencies

This project uses wx, the Erlang binding of wxWidgets.
Thus, you must have built Erlang/OTP with wxWidgets.

Compilation

First, compile the project:

make

Then, execute the script cauder.sh to start CauDEr

./cauder.sh

An astonishing graphical interface will appear in your screen.

GUI screenshot

How to use

Check the Wiki for information on how to use CauDEr.