Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junkbyte/flash-console
Automatically exported from code.google.com/p/flash-console
https://github.com/junkbyte/flash-console
Last synced: 3 months ago
JSON representation
Automatically exported from code.google.com/p/flash-console
- Host: GitHub
- URL: https://github.com/junkbyte/flash-console
- Owner: junkbyte
- Created: 2015-03-21T16:09:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T12:56:01.000Z (almost 8 years ago)
- Last Synced: 2024-06-23T19:36:20.938Z (5 months ago)
- Language: ActionScript
- Size: 61.8 MB
- Stars: 66
- Watchers: 13
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - flash-console - Automatically exported from code.google.com/p/flash-console (Frameworks / Logger Framework)
README
Flash-Console is Actionscript 3 logger/debugger for flash, flex and AIR.
It comes with a collection of features to help speed up your development.Console overlays on top of your flash application. Remote logging feature is also available to log to an external console. No special browser or player version is required.
#Main features
* *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#Other 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 neededConsole adds 50KB to your SWF.
#Controls
img#Demo
* Demo Console: http://console.junkbyte.com/sample.html
* Advanced features: http://console.junkbyte.com/advanced.html
* Demo Remote Console: http://console.junkbyte.com/remote.html
* To test the remote, open the normal console link and send messages to console to see that remote console also recieve the updates.
* Custom style: http://console.junkbyte.com/style.htmlSee ReadMe for requirements and changes log.
See GettingStarted wiki for basic usages.
Any bugs or feature requests, please use Issues tab: https://github.com/junkbyte/flash-console/issues
Any comments (good / bad / feature requests) after using Console?
Please email luaye (@at) junkbyte(.dot) com
Thank you----
NOTE: This project is migrated from google codes repository https://code.google.com/p/flash-console/