Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Debugging Parallel DEVS

View through CrossRef
To this day, debugging support for the DEVS formalism has been provided, at best, in an ad-hoc way. The intricacies of dealing with the interplay of different notions of (simulated) time, formalism semantics, and user input have not been thoroughly investigated. This paper presents a visual modeling, simulation, and debugging environment for Parallel DEVS, which builds on a theoretical foundation for debugging DEVS models. We take inspiration from both code debugging and the simulation world to model our environment; we transpose a set of useful code debugging concepts onto Parallel DEVS, and combine those with simulation-specific operations, such as as-fast-as-possible simulation and (scaled) real-time execution. Apart from these common debugging operations, we introduce new features to the debugging of Parallel DEVS models, such as “god events,” which can alter the model state during simulation, and reversible debugging, which allows one to go back in time. To achieve this, the PythonPDEVS simulator is deconstructed and reconstructed: the modal part of the simulator–debugger, as well as the debugging operations, are modeled using the Statecharts formalism. These models are combined, resulting in a model of the timed, reactive behavior of a debuggable simulator for Parallel DEVS. The code for the simulator is automatically synthesized from this model. To improve usability, we combine the simulator with a visual modeling environment, allowing for visual and interactive live debugging.
Title: Debugging Parallel DEVS
Description:
To this day, debugging support for the DEVS formalism has been provided, at best, in an ad-hoc way.
The intricacies of dealing with the interplay of different notions of (simulated) time, formalism semantics, and user input have not been thoroughly investigated.
This paper presents a visual modeling, simulation, and debugging environment for Parallel DEVS, which builds on a theoretical foundation for debugging DEVS models.
We take inspiration from both code debugging and the simulation world to model our environment; we transpose a set of useful code debugging concepts onto Parallel DEVS, and combine those with simulation-specific operations, such as as-fast-as-possible simulation and (scaled) real-time execution.
Apart from these common debugging operations, we introduce new features to the debugging of Parallel DEVS models, such as “god events,” which can alter the model state during simulation, and reversible debugging, which allows one to go back in time.
To achieve this, the PythonPDEVS simulator is deconstructed and reconstructed: the modal part of the simulator–debugger, as well as the debugging operations, are modeled using the Statecharts formalism.
These models are combined, resulting in a model of the timed, reactive behavior of a debuggable simulator for Parallel DEVS.
The code for the simulator is automatically synthesized from this model.
To improve usability, we combine the simulator with a visual modeling environment, allowing for visual and interactive live debugging.

Related Results

How developers debug
How developers debug
Debugging software is an inevitable chore, often difficult and more time-consuming than expected, giving it the nickname the “ dirty little secret of computer science.” Surprisingl...
Programming Self-Efficacy and Perceived Debugging Performance among First-Year Computer Science Students
Programming Self-Efficacy and Perceived Debugging Performance among First-Year Computer Science Students
This study examined the relationship and level of programming self-efficacy and perceived debugging performance among first-year Computer Science students at Surigao del Norte Stat...
DEVSim++ Toolset for Defense Modeling and Simulation and Interoperation
DEVSim++ Toolset for Defense Modeling and Simulation and Interoperation
Discrete Event Systems Specification (DEVS) formalism supports the specification of discrete event models in a hierarchical and modular manner. Efforts have been made to develop th...
DEVS-FIRE: Towards an Integrated Simulation Environment for Surface Wildfire Spread and Containment
DEVS-FIRE: Towards an Integrated Simulation Environment for Surface Wildfire Spread and Containment
Simulating wildfire spread and containment remains a challenging problem due to the complexity of fire behavior. In this paper, the authors present an integrated simulation environ...
What is reverse debugging? Classification of reverse debugging methods
What is reverse debugging? Classification of reverse debugging methods
Abstract The article discusses an approach to speeding up the search complex errors in software – reverse debugging. In this approach, debugging is divided into two ...
Talk: Debugging the Un-Debuggable: Advanced Debugging Techniques for Microarchitectural Security Tooling
Talk: Debugging the Un-Debuggable: Advanced Debugging Techniques for Microarchitectural Security Tooling
System security research often involves the development of custom code for building program analysis tools or implementation of side-channel leakage mitigations. In various cases, ...
Oldest Population of Caucasus According to Mythological Data
Oldest Population of Caucasus According to Mythological Data
According to mythological data ancient population of Caucasus was represented by Giants. Among them are one-eyed Goliaths also. Theymainly appear as shepherds. Goliaths obtained al...

Back to Top