[Tutorial] Use MonsterDebugger to debug flash files

Results 1 to 5 of 5
  1. #1
    Moderator GigaToni is offline
    ModeratorRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    [Tutorial] Use MonsterDebugger to debug flash files

    I was using this tool alot when doing UI work, so I thought I would share it finally.



    Whats MonsterDebugger?
    https://demonsterdebugger.com/features.html

    How to set it up?
    1. Install Adobe Air: https://get.adobe.com/air
    2. Install Monster Debugger: https://storage.googleapis.com/googl...uggerV3_02.air
    3. Click "Include the Monster Debugger in your project"


    4. This is important! Select project target: mobile


    5. Click export and save the file somewhere where your fla lives
    6. Open up a "main.as" of any HUD element
    7. In init place the monster debugger init:
    Code:
    MonsterDebugger.initialize(this);
    8. import monster debugger by placing this line under the last import:
    Code:
    import com.demonsters.debugger.MonsterDebugger;
    9. Go into actionscript settings and add the swc you saved:


    10. Finished. Now when you debug the flash file it will prompt you if you want it to connect to local network. Accept it and it should connect to monster debugger.

    PS:
    If you have no idea about anything in this post, ignore this "tutorial"!


  2. #2
    Apprentice Mariane is offline
    MemberRank
    Jul 2016 Join Date
    17Posts

    Re: [Tutorial] Use MonsterDebugger to debug flash files

    I have error to install the air plugin, you can help me ? i have search on google btw nothing result.



    have also Digital Debugger. btw like of this method. thanks GToni

    - - - Updated - - -

    i see tutorial on doc. but problem to install i dont know why it
    https://github.com/demonsters/monste...2.-Quick-start

    - - - Updated - - -

    already download all version, same problem

    Code:
    \ META-INF \ AIR \ hash. The file is corrupted

  3. #3
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Use MonsterDebugger to debug flash files


  4. #4
    Apprentice Mariane is offline
    MemberRank
    Jul 2016 Join Date
    17Posts

    Re: [Tutorial] Use MonsterDebugger to debug flash files

    Quote Originally Posted by LukasCCB View Post
    ........
    much thanks ! ! ! I have change my System Data 2019 to 2010 and installation success


  5. #5
    Member NaraRZ is offline
    MemberRank
    Nov 2017 Join Date
    51Posts

    Re: [Tutorial] Use MonsterDebugger to debug flash files

    This is very good



Advertisement