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=54f1e4c2f9791a9cc2bb04e0e3d459eb6e608a84;hb=58a208e96edcddb07af89796859416dc6fc59f14;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl index 54f1e4c2f..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 @@ -importJava "org.simantics.debug.graphical.GraphicalDebugger" where - newGraphDebugger :: () \ No newline at end of file +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 :: GraphDebugger \ No newline at end of file