Saturday, February 13, 2010

MacroLabs | Debugging the Macro

Before you put your macro files into production, make sure there ain't no bugs or problems to be encountered in the future. But who knows, no system is perfect and we should be prepared to face these things.

Common errors encountered in some types of macro or in any other programs are the 'Index out-of-bound' where usually it occurs in arrays. Check your program which part uses arrays and check the array size in your declaration.

In looking for errors or possible bugs, you must have a keen eye in checking each line so that you wouldn't miss the line and you must understand the logic of the program. There must be a connection with the program and the programmer.

No comments:

Post a Comment