Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Swan asked a question in De Monsters on March 11, 2009 13:18:

    Swan
    Any differences between AS project and Flex project debugging ?
    Hi guys and thanks for this great tool !

    I'm having a problem using MonsterDebugger with my flex project on FlashDevelop. I only manage to get the tree of the root .mxml file in the "live application" panel. No matter what argument I give the MonsterDebugger constructor, or in which file I instanciate the debugger, the only thing the "live application" tree will show are the properties and methods of the base .mxml file, my custom classes that are instanciated in it does not appear.

    I tried different things, from moving the MonsterDebugger instanciation from the base .mxml to the .as file of my custom classes. I also tried to give different arguments to the MonsterDebugger constructor. Everything gave me the same result : I get the tree with the properties and methods of the .mxml file WITHOUT the custom classes I instanciate in it.

    This problem does not appear when I create a ActionScript3 project in FlashDevelop. All the classes seems to be recognized.

    Is this a know limitation of your tool ? Am I doing something wrong ?
    Please get back to me if you need any source code showing what I tried, or additional information.

    Cheers !

    ps : I included a screenshot of my .mxml, hope this can help understand my problem. I never get to see the custom class no matter what argument i give to the constructor of the debugger (this or toto), or even if I instanciate the debugger in the main.as file.