Search results

  1. C

    Suggestions for debugging mafia

    I haven't done much Java programming in forever and then some. I am successfully building and modifying mafia. Can someone suggest a good free interactive debugger that runs on Windows for use in debugging mafia and possibly any interesting setup instructions.
  2. C

    Creating function pointers or delegates in ash?

    In an ash script I want to call a function previously defined in the script. However, I have the name of the function in a string. Is there a way - possibly using call - to do this? A rough pseudo code example of my intent: void funcA() { print("funcA"); } void funcB() {...
Top