2. Quick start
Getting started with the Monster Debugger is really easy. Just take the following steps and you'll be up and running in no time:
- Download and install the Adobe AIR runtime from: http://get.adobe.com/air/
- Download and install the Monster Debugger.
- Export the client SWC file from the Monster Debugger to your own project.
- Link the client SWC file to your project (read more about this in the next chapter).
- Initialize the debugger in your main class:
- Publish your project and watch the magic happen.
package {
import com.demonsters.debugger.MonsterDebugger;
import flash.display.Sprite;
public class Main extends Sprite {
public function Main() {
// Start the MonsterDebugger
MonsterDebugger.initialize(this);
MonsterDebugger.trace("Hello World!");
}
}
}
This basic setup works for all Adobe Flash, Flex and AIR applications. In the following chapters we will focus on more specific use cases like the new Flex component and mobile debugging.
Tour index
- 1. Introduction
- 2. Quick start
- 3. Linking the client SWC
- 4. Debugging a Adobe Flex application
- 5. Debugging on a mobile device
- 6. Application panel
- 7. Highlight & inspect
- 8. Properties panel
- 9. Methods panel
- 10. Traces panel
- 11. Memory monitor
- 12. Breakpoints
Download the latest version
Tired of always having to read software tour items? Download the latest version of Monster Debugger and play the official game while actually using the application.
Download Monster Debugger 3.02