JPEXS Free Flash Decompiler Issue Tracker

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

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#2130 ActionScript2 Trace Log
Author: user Luxe3710
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened 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.
admin
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
admin
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