How do you program trace in your computer programs?

Philippines
July 4, 2012 12:22am CST
Well, what i mean about my question is where do you start to program trace? DO you start at the main method or the main class? Or do you start at sub-classes and other methods?
2 responses
• China
15 Feb 13
Hi!I am a hardware engineer. I program with C for microcontroller.Like "51" and"cortex-m3(arm)".To complete a variety of functions.Like control and peripherals and commucations and calculate and so on.First to build the whole flow chart.Second to write modules.Third to debug.This only software. Hope to help you!
@bloodmask (590)
• India
7 Nov 12
Well for me I always start with a pen and paper and go through the need of the software for being designed for. Just think for its need, what user will need and then go with each interface wise and you won't have to think from where to start Is it from main or is it from the middle or the last. Just have your idea open and you will know from where to start from.