]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - 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
index 490b481d4e18c98ed98b1c3535c0d9e1a9a96db5..7a23274c4028d377c5a216d7e01a55bb8fca54d4 100644 (file)
@@ -1,2 +1,11 @@
+import "Simantics/DB"
+
+importJava "org.simantics.debug.graphical.DebuggerCanvas" where
+    data GraphDebugger
+
+    setStatementFilter :: GraphDebugger -> (Statement -> <ReadGraph,Proc> Boolean) -> <Proc> ()
+    removeStatementFilter :: GraphDebugger -> <Proc> ()
+    addResource :: GraphDebugger -> Resource -> <Proc> ()
+
 importJava "org.simantics.debug.graphical.GraphicalDebugger" where
-    newGraphDebugger :: <Proc> ()
\ No newline at end of file
+    newGraphDebugger :: <Proc> GraphDebugger
\ No newline at end of file