mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 04:26:15 +00:00
Correct line matching in debugger of AS3 after using deobfuscation
This commit is contained in:
@@ -72,6 +72,9 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem {
|
||||
|
||||
@Override
|
||||
public long getLineOffset() {
|
||||
if (virtualAddress > -1) {
|
||||
return virtualAddress;
|
||||
}
|
||||
return getAddress();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user