+ 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 :)
5 Answers
+ 6
Thanks Ace :)
+ 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
+ 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
+ 3
A debugger or debugging tool is a computer program that is used to test and debug other programs (the "target" program).
+ 3
red dots acts as a breakpoints to analyze the code while program runs
sometime used to address issues regarding memory exceptions