Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolassiver/monster-debugger
Monster Debugger, an open source debugger for Adobe Flash, Flex and AIR for desktop, the web and mobile devices.
https://github.com/nicolassiver/monster-debugger
Last synced: about 1 month ago
JSON representation
Monster Debugger, an open source debugger for Adobe Flash, Flex and AIR for desktop, the web and mobile devices.
- Host: GitHub
- URL: https://github.com/nicolassiver/monster-debugger
- Owner: NicolasSiver
- License: gpl-2.0
- Created: 2015-01-17T12:53:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T14:46:42.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T06:00:06.578Z (7 months ago)
- Language: ActionScript
- Size: 3.86 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monster Debugger 3
[Download ver. 3.02](http://monsterdebugger.googlecode.com/files/MonsterDebuggerV3_02.air)
The MonsterDebugger is a free, open source debugging tool for Adobe Flash, Flex and AIR based applications. It's designed to be useful for both starting and skilled developers and it focuses on five major tasks during the development of your application:
- Tracing messages
- Introspection of your application structure
- Testing methods
- Editing properties
- Finding performance issuesWhile there are many different debuggers available for Flash developers, we believe the Monster Debugger has a combination of elements that none of the other have to offer. The main advantages above other (commercial) debuggers are:
- It's free and open source, which means that you can now build, debug and publish your Adobe Flash applications with a complete line of open source tools such as the Adobe Flex SDK, Flash Develop and of course the Monster Debugger.
- You can connect to the Monster Debugger even when your application runs on a desktop, webserver or mobile device. There is no need for special debug builds or debug players. We even support a zero configuration mode to connect your mobile device to our debugger over WIFI.
- It supports editing properties and running methods on runtime. This eliminates the need to recompile your application every time you want to edit a value or test a method.## Developer
- [De Monsters](https://demonsters.nl/)
## Successor
Project is continued. But as another implementation with shifted idea to logging. Check [AS3 Logger](https://github.com/NicolasSiver/as3-logger)