instrument
is a tool that instruments an Erlang program. The execution of the instrumented program outputs the sequence of symbolic events generated by a concrete execution.
This tool has been implemented using the ideas introduced in the paper:
instrument
takes a single input: The Erlang program that will be instrumented. You can choose one of the list and edit it (e.g.,fact.erl
) or write a program from scratch. Once you click the INSTRUMENT button, the instrumented Core Erlang program will appear.
The instrumented program can be executed for obtaining the associated sequence of events. To do this, you need to provide:
Check the web interface in the next tab.
Please let me know if you have any question or comment to
gvidal@dsic.upv.es
.
Source program |
Choose a file:
|
Instrumented program