Which one of the following debug methods is the least intrusive for analyzing a timing related bug?
Place breakpoints on strategic locations to locate the problem area
Instrument the code with print statements to locate the problem area
Use debug hardware to place watchpoints on strategic data memory locations
Use trace hardware to capture a trace log up to the point of the crash
Submit