The Apollo debug module has a StratifiedJS optimized console that can
execute StratifiedJS from a visual command line, it also supports
standard console functions like log() and warn() etc. Breakpoints are
not yet supported, but they will be at some point:
http://onilabs.com/modules#debug
require("apollo:debug").console();
Tom