AmigaAbattoir / monsterdebugger

Automatically exported from code.google.com/p/monsterdebugger
0 stars 0 forks source link

Not working on Linux #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile the Flex example on Flex Builder 3 Alpha 4 (Linux)
   http://demonsterdebugger.com/features/howitworks
   0] Previously, open monsterdebugger, export MonsterDebugger.as and
import the folder nl.demonsters.debugger and the .as file in the Flex project.

2. Compile (without errors) and deploy the SWF to localhost server

3. With MonsterDebugger opened, browse to the .swf

What is the expected output? 

  MonsterDebugger should show something on LiveAppliction of Traces panels.

What do you see instead?

  MonsterDebugger shows nothing.

What version of the product are you using? On what operating system?

   Ubuntu Linux 9.04
   Monster Debugger 2.0.4
   Adobe Air 1.5.2.8870
   Flex SDK 3.0

Original issue reported on code.google.com by jua...@gmail.com on 14 Sep 2009 at 10:33

GoogleCodeExporter commented 8 years ago
Ooooppss! I'll answer myself:

the bug is located in your example code (look at the initialization method's 
name)

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
initialize="init()">

private function onInit():void

Well, THAT is a bug, isn't it?

Original comment by jua...@gmail.com on 14 Sep 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Good point, that is my bad. I'll update the example!

Cheers,

Ferdi Koomen
Lead Developer @ De Monster

Original comment by ferdikoomenmobile@gmail.com on 6 Nov 2009 at 2:39