Skip to content

jesse99/sdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdebug is a GUI debugger for the score discrete event simulator. The debugger is a javascript app which uses a REST server embedded within score. sdebug has four tabs:

  • The map tab provides a graphical representation of the root components within a simulation.
  • The log tab shows the logs emitted by components.
  • The state tab shows the current values for the store. Values can be changed by clicking on them.
  • The components tab shows a hierarchical list of all components.

Clicking on a component in the map or components tabs will pop up a new browser window showing information for just that component.

To use sdebug you need to startup a simulation with a path to sdebug's main page:

	./target/debug/examples/battle_bots --home=../sdebug/html/home.html

And use a web browser to connect to score's root REST endpoint: http://127.0.0.1:9000/

About

score (discrete event simulator) debuger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published