Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Tim Kerchmar reported a problem in De Monsters on November 06, 2009 07:27:

    Tim Kerchmar
    HaXe + DMD partially working! (but mostly not at this point)
    Based on the instructions from this forum: http://n2.nabble.com/Monster-Debugger...

    I produced a swf and hx class export for the MonsterDebugger client class as detailed here:
    http://ptymn.blogspot.com/2009/11/mon...

    The result is that my HaXe generated swf (targetting Flash 9) will send framerate and memory usage and trace updates that are getting received by the DeMonsterDebugger, but my Live Application and Display Tree tabs are entirely blank. If I shut down my flash app, the fps and memory usage graph stops updating, so I can definately interact with the debugger.

    What low level assumptions about the application domain or whatnot might I need to consider when I decide what to pass for the MonsterDebugger's constructor? So far, I've tried "this" from my main class, and flash.Lib.current, both don't enable the full debugger functionality for me.