What is a dubugger? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is a dubugger?

I saw dubugger (a red dot examining statements),what is that?,what does that do?? I saw it in a lot of programming softwares like C4droid I k what is a bug just explain debugger :)

16th May 2018, 3:54 PM
Shahil Ahmed
Shahil Ahmed - avatar
5 Answers
+ 6
Thanks Ace :)
16th May 2018, 4:34 PM
Shahil Ahmed
Shahil Ahmed - avatar
+ 4
So its like we have declared some variables and at a certain point the program errors so if we apply a debugger there,we could know the value of the variables at that point
16th May 2018, 4:02 PM
Shahil Ahmed
Shahil Ahmed - avatar
+ 4
A Debugger is a tool that can be used to find bugs in your code you can use it when your program crashes you can use it for troubleshooting and you can watch your program and spot the weakness or the programming mistakes
17th May 2018, 2:46 PM
nouha coding girl
nouha coding girl - avatar
+ 3
A debugger or debugging tool is a computer program that is used to test and debug other programs (the "target" program).
16th May 2018, 4:00 PM
Rajeeb
+ 3
red dots acts as a breakpoints to analyze the code while program runs sometime used to address issues regarding memory exceptions
16th May 2018, 4:02 PM
Rajeeb