mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 11:10:43 +00:00
WIP Safe strings handling
This commit is contained in:
@@ -755,7 +755,7 @@ public class DebuggerHandler implements DebugConnectionListener {
|
||||
pkg = pkg.substring(pkg.indexOf(":") + 1);
|
||||
}
|
||||
|
||||
name = swfHash + ":" + DottedChain.parseWithSuffix(pkg).addWithSuffix(clsNameWithSuffix).toPrintableString(con.isAS3);
|
||||
name = swfHash + ":" + DottedChain.parseWithSuffix(pkg).addWithSuffix(clsNameWithSuffix).toPrintableString(Main.getRunningSWF()/*???*/, con.isAS3);
|
||||
}
|
||||
} else {
|
||||
if (name.contains(":")) {
|
||||
|
||||
Reference in New Issue
Block a user