(show summary)

(show notes tval dish allDish) 
(show val tval dish allDish) 
(Dishes2Json RKB QQQ)

*** what is going on
(show control)
(show requests)
(show wait4s)
(show log)
(show summary)

(reset control)
(reset wait4s)

**** restore maudes state
(graphics2d OK)
(iop_remote_actor OK)

**** getting info from Maude
**** showing bits
(show notes gval graph1)
(show note selections gval graph2)
(show entry gval graph1)
(show val gval graph1)

**** also for gval gname >> tval tname <extra tags>

**** geting the exploration history  -- replace ? by the xpnet id
(show note history tval xnet xpnet?)

**** ask g2d evalute an expression
(g2dexe graphics2d (invoke java.lang.System.err "println" (getAttr (fetch "graph6") "requestor")))


**** showing bits
(show notes gval graph1)
(show note selections gval graph2)
(show entry gval graph1)
(show val gval graph1)

**** saving something
(save rasDish-net1.txt C entry tval pnet pnet1)
(save EgfDish.txt C entry gval graph5)

**** save all entries in eset.txt
(save eset.txt C eset)


******** DEBUGGING

**** turn on IOP/g2d VERBOSITY
(g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean true)))
(g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean true)))

**** turn off IOP/g2d VERBOSITY
(g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean false)))
(g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean false)))

**** saving LoLa input  (by turning on loladebug)
(g2dexe graphics2d (seq (define lolaDebug (boolean true)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))

**** by turning off loladebug
(g2dexe graphics2d (seq (define lolaDebug (boolean false)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))
