AS1/2 debugger

debugger listening only when really debugging started
fail to listen message
break reason displayed
This commit is contained in:
Jindra Petřík
2015-11-21 19:12:42 +01:00
parent 6d7ebb2619
commit 1237762e60
32 changed files with 1355 additions and 626 deletions

View File

@@ -37,6 +37,8 @@ public interface GraphSourceItem extends Serializable, Cloneable {
public long getOffset();
public long getLineOffset();
public boolean ignoredLoops();
public List<Integer> getBranches(GraphSource code);