|
|
Flash Tracer
Flash Tracer is a debugging tool for flash developers. It shows debug content of flash players. It has some cool features that distinct it from other tracers.
Download latest build from Downloads section.
Features
v1.1.7
- new option added: restore on trace log update if Tracer is minimized
- options dialog with font change functionality and trace output file path change functionality
- filtering feature. Type in the word into the search text field and press enter and you will see only lines containing that text. The "Filter" checkbox has to be checked.
- quick search with F3 key. Highlight any word and press F3.
- highlight-all search mode
- tracer will not auto scroll down the window unless you explicitly put scroller to the bottom (in case auto refresh is turned on)
- settings are saved and restored on next run
- always on top mode
- allows to toggle auto refresh of debugging content
- has effective searching functionality
- allows to toggle word wrapping
- allows to clear debugging content
- cross platform
System requierments
- Java Runtime 1.6+
How-to launch
- copy the Tracer.jar to any directory on your machine
- run the .jar file by double click. If this does not work, run it from command prompt :
java -jar Tracer.jar
(you have to be in the directory where Tracer.jar is). Or you can run the tracer.bat file that is availible from the Downloads section, if you have Windows OS. The batch file has to be in the same directory where Tracer.jar is.
- When the Tracer loads, open Options and specify path to your flashlog.txt file. The default path in Windows OS is
C:\Documents and Settings\[USER_NAME]\Application Data\Macromedia\Flash Player\Logs
How to setup your debug player
- Go to your user's directory (in Widnows C:\Documents and Settings\admin\).
- create and empty file called mm.cfg with two ines of content
TraceOutputFileEnable=1 ErrorReportingEnable=1
Created by: Sergei Ledvanov
