A Message-Oriented Online Debugger for Actor Systems
Actoverse is an online debugger suite for the Actor model, which provides a graphical visualization for message timeline, causal-consistent reverse debugging, and some useful features for debugging actors.
📺 Movie → https://youtu.be/2x6KXKDG1jw
NOTE: This is a client interface of Actoverse protocol and this repository does not include libraries for debugging targets or demo applications. Check a target API implementation for Scala and its examples.
Kazuhiro Shibanai and Takuo Watanabe. 2017. Actoverse: a reversible debugger for actors. In Proceedings of the 7th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control (AGERE 2017). Association for Computing Machinery, New York, NY, USA, 50–57. DOI:https://doi.org/10.1145/3141834.3141840
npm install
npm start
Using Actoverse-Scala for a target.
brew install scala
brew install sbt
git clone https://github.com/45deg/Actoverse-Scala-Demos
sbt run
.localhost:2000
into the form and push the Connect
button.The API through which communicates with a client program is handled with the JSON format over the WebSocket connection.
API Specification: https://github.com/45deg/Actoverse/wiki/API-Specification
MIT