Debug your Grip storyboards.
debugger.js
contains a basic debugger capable of showing information about the current state of the attached grip instance and the Cesium viewer's camera.
Please refer to the readme for instructions on how to install CSTAR.
Link the debugger.js
script somewhere in your HTML:
<script src="path/to/cstar/js/debugger.js"></script>
Then, later in your javascript, instantiate the exposed Debugger
object (it auto attaches):
var debug = new Debugger();