X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.debug.graphical%2Fscl%2FSimantics%2FGraphicalDebugger.scl;h=7a23274c4028d377c5a216d7e01a55bb8fca54d4;hp=490b481d4e18c98ed98b1c3535c0d9e1a9a96db5;hb=58a208e96edcddb07af89796859416dc6fc59f14;hpb=b29a69792f689d2ac7beffb725c814aa65fca301 diff --git a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl index 490b481d4..7a23274c4 100644 --- a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl +++ b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl @@ -1,2 +1,11 @@ +import "Simantics/DB" + +importJava "org.simantics.debug.graphical.DebuggerCanvas" where + data GraphDebugger + + setStatementFilter :: GraphDebugger -> (Statement -> Boolean) -> () + removeStatementFilter :: GraphDebugger -> () + addResource :: GraphDebugger -> Resource -> () + importJava "org.simantics.debug.graphical.GraphicalDebugger" where - newGraphDebugger :: () \ No newline at end of file + newGraphDebugger :: GraphDebugger \ No newline at end of file