mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 21:44:32 +00:00
Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class
Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
This commit is contained in:
@@ -59,6 +59,7 @@ public class ActionScript2ClassesTest extends ActionScript2TestBase {
|
||||
} catch (InterruptedException ex) {
|
||||
fail();
|
||||
}
|
||||
writer.finishHilights();
|
||||
String actualResult = cleanPCode(writer.toString());
|
||||
String expectedResult = cleanPCode("class " + BASE_TEST_PACKAGE + "." + testClassName + "\r\n"
|
||||
+ "{\r\n"
|
||||
|
||||
Reference in New Issue
Block a user