Code Monkey home page Code Monkey logo

monsterdebugger-client-starling's Introduction

Monster Debugger Client Library for Starling Framework

This fork of the Monster Debugger client library adds support for Starling Framework. Developers gain the ability to explore a Starling application at runtime, including display list introspection, editing properties, running methods, and seeing traces... everything Monster Debugger supports on the classic display list works with Starling too!

This fork of the client library works with the official version of the Monster Debugger Adobe AIR application, completely unmodified, that can be downloaded from demonsterdebugger.com.

Example Code

Setting up Monster Debugger with Starling Framework is as simple as passing a Starling display object to MonsterDebugger.initialize():

package {

	import com.demonsters.debugger.MonsterDebugger;
	import starling.display.Sprite;
	
	public class Main extends Sprite {
	
		public function Main() {
		
			// Start the MonsterDebugger with a Starling display object
			MonsterDebugger.initialize(this);
			MonsterDebugger.trace(this, "Hello World!");
		}
	}
}

Download SWCs

For your convenience, compiled SWCs of the modified Monster Debugger client library may be downloaded from the following locations:

What is Monster Debugger?

Monster Debugger has been developed by Amsterdam based design studio De Monsters to assist in debugging applications created in Flash, Flex and AIR. With Monster Debugger you can:

  • Trace various types of data that are present in your project and view them in a friendly way.
  • Explore your live application
  • Edit properties at runtime
  • Run methods and get the results at runtime
  • See detailed traces

Monster Debugger has been developed as an AIR application and thus runs on Windows, Mac and Linux. By adding an ActionScript class to your projects you are ready to start debugging your application using Monster Debugger.

Credits

Monster Debugger created by De Monsters. Josh Tynjala forked the client library to add support for Starling Framework.

monsterdebugger-client-starling's People

Contributors

joshtynjala avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.