Debugger stub - TODO

This commit is contained in:
Jindra Petřík
2015-11-05 06:20:43 +01:00
parent 88ce1ed405
commit 668e1e2f14
11 changed files with 204 additions and 12 deletions

View File

@@ -2802,7 +2802,7 @@ public class CommandLineArgumentParser {
FileInputStream fis = new FileInputStream(file);
SWF swf = new SWF(fis, Configuration.parallelSpeedUp.get());
fis.close();
swf.enableDebugging(injectas3);
swf.enableDebugging(injectas3, new File(outfile).getParentFile());
FileOutputStream fos = new FileOutputStream(outfile);
swf.saveTo(fos);
fos.close();