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 6a5de14c3c
commit 9f883d42e6
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;