More universal GraphExporter

Log exceptions on copy to clipboard graph
This commit is contained in:
Jindra Petřík
2018-02-04 10:37:09 +01:00
parent 7f7945e9c2
commit cdd1acb1f9
12 changed files with 148 additions and 38 deletions

View File

@@ -80,6 +80,10 @@ public class Graph {
private boolean debugGetLoops = false;
private boolean debugPrintGraph = false;
public GraphSource getGraphCode() {
return code;
}
/**
* Identify loop exits
*