mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 16:55:10 +00:00
AS1/2 debugger
debugger listening only when really debugging started fail to listen message break reason displayed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user