]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl
7a23274c4028d377c5a216d7e01a55bb8fca54d4
[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