mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
correct breakpoints on hidden script initializer
This commit is contained in:
@@ -424,6 +424,10 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
} catch (InterruptedException ex) {
|
||||
Logger.getLogger(ScriptPack.class.getName()).log(Level.SEVERE, "Cannot decompile", ex);
|
||||
}
|
||||
int scriptInitBody = abc.findBodyIndex(abc.script_info.get(scriptIndex).init_index);
|
||||
if (!bodyToRegToName.containsKey(scriptInitBody)) {
|
||||
lonelyBody.add(scriptInitBody);
|
||||
}
|
||||
|
||||
//String filepath = path.toString().replace('.', '/') + ".as";
|
||||
String pkg = path.packageStr.toString();
|
||||
|
||||
Reference in New Issue
Block a user