OpenFL-Console is haxe logger/debugger for OpenFL.
It comes with a collection of features to help speed up your development.
Console overlays on top of your OpenFL application.
Remote logging feature is also available to log to an external console.
No special browser or player version is required.
- Optional tilemap support has been added to Display Roller. (It must be enabled from config)
- [New Addon] It is possible to check for memory leaks with the Memory Tracker addon.
- [New Addon] Run scripts with HScript addon.
- Channels
- Priorities aka levels with colour code
- Object linking where you can click on objects in log to inspect aka introspection
- [CommandLineHelp Command line] CL - lets you execute code at runtime (as3 syntax)
- [Remoting Remote logging] also as Adobe AIR app
- No dependencies, requirements and non-invasive
- Super fast!
- [Addons] adds specialized features
- filtering/searching via exact match or regular expression
- Roller tool Ro - shows display map of what's under your mouse pointer
- Graph reporting numeric values (such as FPS, memory, user definable)
- Ruler tool RL - Measure distances/degrees on screen
- Garbage collection monitor - notifies you when objects of your interest are being garbage collected.
- Key-binding to functions
- Non-repetitive tracing
- Customizable UI
- Easy to remove when no longer needed
- The goal is for the project to be fully compatible with OpenFL and to add new features.
- %100
Pull requests are welcome
OpenFL Console is port of Flash Console
haxelib install openfl-console
<haxelib name="openfl-console"/>
<haxeflag name="--macro" value="addGlobalMetadata('', '@:rtti')" if="debug"/>