User Tag List

Results 1 to 3 of 3

Thread: trouble shooting techniques

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    rubes's Avatar
    Join Date
    May 2011
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    trouble shooting techniques

    What techniques do you use to troubleshoot issues in mmf?

    I have an app that I'm working on, and one of the things I need to check is what is overlapping what else. I have this working in a stand alone mmf, but when I try to apply this to the bigger app, it is not working as desired. I have rewritten the logic a few times, and I know the fundamentals are sound from my stand alone test. I'm curious how others go about troubleshooting when experiencing these sorts of things.

    thanks,
    rubes

  2. #2
    No Products Registered

    Join Date
    Apr 2013
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use 3 different techniques for debugging/troubleshooting.
    1. strings, many strings. If i try to debug specific objects I create string at each of them that display their values. it helps me to examine how their values change over time or I can spot values that looks wrong.
    2. tracing with List object. I place big list object somewhere on the screen and in the code I print messages that will help me trace how and in what order are my action execute. Result can then look something like this " setting value of object a, jumping to x, in loop x...."
    3. Debug drawing on surface object. I use this if I want to visualize relations between objects. For example if i mouse over one object it will draw lines to all object that are in line of sight or something similar.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    rubes's Avatar
    Join Date
    May 2011
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good stuff BigHatLogan. I have used strings and counters, and was just pondering a list object earlier today. I really like the concept of the drawing on surface object. I haven't used that before, but I like the visual concept. Up next for me, list object. Many thanks

Similar Threads

  1. 3D techniques in MMF2
    By SEELE in forum Articles
    Replies: 29
    Last Post: 12th September 2013, 12:27 AM
  2. quelques questions techniques
    By graboide in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 16th June 2012, 03:06 AM
  3. Zooming techniques
    By EE in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 16th June 2011, 03:26 PM
  4. Scrolling Techniques
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 1st September 2009, 12:37 PM
  5. Platform techniques help needed
    By guyme in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th July 2007, 04:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •