Re: What is debugger? A special program used to find errors (bugs) in other programs. debuggers that help software developers find and eliminate bugs while they are writing programs. A debugger tells the programmer what types of errors it finds and often marks the exact lines of code where the bugs are found. Debuggers also allow programmers to run a program step by step so that they can determine exactly when and why a program crashes. Advanced debuggers provide detailed information about threads and memory being used by the program during each step of execution.
Thanks
Last edited by Senthilkumar : 07-17-2007 at 04:26 AM.
|