]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl
Some SCL functions to control graphical debugger
[simantics/platform.git] / bundles / org.simantics.debug.graphical / scl / Simantics / GraphicalDebugger.scl
1 import "Simantics/DB"
2
3 importJava "org.simantics.debug.graphical.DebuggerCanvas" where
4     data GraphDebugger
5
6     setStatementFilter :: GraphDebugger -> (Statement -> <ReadGraph,Proc> Boolean) -> <Proc> ()
7     removeStatementFilter :: GraphDebugger -> <Proc> ()
8     addResource :: GraphDebugger -> Resource -> <Proc> ()
9
10 importJava "org.simantics.debug.graphical.GraphicalDebugger" where
11     newGraphDebugger :: <Proc> GraphDebugger