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=0542beb1dad91186e0b646997d3e2a7e9ba4d6c6;hp=490b481d4e18c98ed98b1c3535c0d9e1a9a96db5;hb=90506d09a405fb20380a41bb7c89fb9c510f2d42;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07 diff --git a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl index 490b481d4..0542beb1d 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.DebuggerCanvasProxy" 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