Which of the following is INCORRECT about debugger? Debugger may be used to trace changes of variables value. Debugger is one of the tools that available in an IDE. Debugger is a program. code example
Example: what is debugging
Debugging is the process to trace the
error in the application.
There are different ways to debug it
1-Using println statements
2-Using Java Logger
3-Using Debugger tools