8000 GitHub - mistupv/cauder-core: A Causal-Consistent Debugger for (Core) Erlang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mistupv/cauder-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

0