==Demos== ==Code Repository== The tool with the visualization is part of [http://babelfish.arc.nasa.gov/trac/jpf Java PathFinder]. All of the source is in the [http://babelfish.arc.nasa.gov/trac/jpf/wiki/projects/jpf-guided-test jpf-guided-test] repository. You will also need to install [http://babelfish.arc.nasa.gov/trac/jpf/wiki/projects/jpf-shell jpf-shell]. Once jpf-shell is installed, modify its ''jpf.properties'' to add the tool to the shell panels: #Shell Panels ... shell.panels.guided-vis = edu.byu.cs.guided.search.visualize.TraceVisualizationPanel You also need to update available panels as #Available panels is here for when I one day add support to add panels at runtime to shells. shell.available_panels = properties,config,site,report,test,verify,logging,guided-vis Once that is complete, you are able to run the JPF files in the '''src-examples''' directory of jpf-guided-test. The shell is activated with the configuration line # Needed when using jpf-shell shell=edu.byu.cs.guided.search.visualize.TraceVisualizationPanelShell ==Screenshots== [[Screen_Shots]] ==Meeting Notes== Anything read from or written to in the concrete trace should be in the heap ==Visualization Output Format==