Chapter 4. Debugging Adobe AIR Applications

IN THIS CHAPTER

Debugging Adobe® AIR™ applications written in Adobe® Flex™ includes multiple approaches that range from the simple to the more complex. For example, simply using the Flex Alert class to pop up some debugging text or the trace() command are two simple types of debugging techniques:

mx.controls.Alert.show('Hey I made it here with no problem.');
trace('Hey I made it here too - again with no problem.');

As you ...

Get Adobe AIR Programming Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.