What are the debugging methods you employ while came across a problem?
A: Debugging with tools such as:
1. DBG, GDB ,Forte, Visual Studio.
2. Using tusc to trace the last system call before crash.
3. Analyzing the Core dump.
4. Putting Debug statements in the program source code.