JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2130 ActionScript2 Trace Log
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

Is there any way to view the trace log when running something in AS2? I've been considering building a debug log in the program itself just so I can have something, but figured I'd at least check if it's possible to view traces.
1) You can get "Flash player content debugger" executable somewhere on the net. Then you create (on windows) file C:\Windows\SysWOW64\Macromed\Flash\mms.cfg With following two lines: ErrorReportingEnable=1 TraceOutputFileEnable=1 Then you can open desired SWF file in the content debugger, all traces (on Windows) will be written to: C:\Users\<username>\AppData\Roaming\Macromedia\Flash Player\Logs 2) You can setup Path of content debugger in FFDec in Advanced settings / Paths, then open the SWF file in FFDec, and hit Debug button on the top panel (Ctrl + F5), wait till the debugger loads, then while running it, the traces will be displayed on the tab on bottom panel.
State: new→opened
Here's more info about mms.cfg, from archive: https://web.archive.org/web/20180227100916/http://helpx.adobe.com/flash-player/kb/configure-debugger-vers ion-flash-player.html
State: opened→closed