Faster AS3 Debugging - export/import ByteArray variable data

This commit is contained in:
Jindra Petřík
2023-11-19 23:30:08 +01:00
parent de6403e157
commit 31f6cbdb70
14 changed files with 446 additions and 82 deletions

View File

@@ -421,6 +421,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
@Internal
private ExporterInfo exporterInfo = null;
@Internal
public String debuggerPackage = null;
private static AbcIndexing playerGlobalAbcIndex;