What is Ariadne?
Ariadne is an event based debugger. Traditionally, we use a state based debugger in debugging sequential programs. In an event based debugger, we model the intended behavior of the parallel program in terms of significant events that characterize its behavior. This model is then compared with the actual execution as captured in event traces by running the program. The matches or mismatches are analysed using querying facilities and then after locating the error, we set a breakpoint and reexecute the program under a deterministic replay system. On reaching the breakpoint, we are free to examine the state of the program using traditional state based debuggers.