What are debugging tools in python ? Is bug bounty and debugging are same? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are debugging tools in python ? Is bug bounty and debugging are same?

Debugging is rectifying errors, right ? Now I want to know those debugging tools

15th Jun 2021, 2:31 AM
Pardha Saradhi
10 Answers
+ 3
Hi Pardha Saradhi , Welcome in Sololearn :) Well , sometimes you have a debugger known as print() , using print statement you can track your variables! https://code.sololearn.com/caeMcwCB7ZqO/?ref=app as you are new, read the guidelines - https://www.sololearn.com/Discuss/1316935/?ref=app Enjoy Sololearning :) Regards, TT
15th Jun 2021, 3:07 AM
Abhiyantā
Abhiyantā - avatar
+ 2
debugging is identify bugs (error/mistakes) and correct them... the first debugging tools are your eyes and your mind/brain ;P
15th Jun 2021, 2:37 AM
visph
visph - avatar
+ 2
https://docs.python.org/3/library/pdb.html this is the link to official documentation of debugger provided as built-in module in Python ^^
15th Jun 2021, 3:35 AM
visph
visph - avatar
+ 2
yes there are chances you get bugs, because nobody's perfect ^^
15th Jun 2021, 4:06 AM
visph
visph - avatar
+ 2
how? by mistakes, misplessing, forgoting some details, error in logic... there are a lot of reasons to have bugs ^^
15th Jun 2021, 4:10 AM
visph
visph - avatar
+ 1
Thank you Rishav Tiwari
15th Jun 2021, 3:33 AM
Pardha Saradhi
+ 1
visph That's soo much 😅
15th Jun 2021, 3:49 AM
Pardha Saradhi
+ 1
After successful coding, is there any chance of having bugs in the code ? I mean, suppose I successfully completed coding and passed all tests. Will I get bugs in the future ? If so, why?
15th Jun 2021, 3:56 AM
Pardha Saradhi
+ 1
visph How ?
15th Jun 2021, 4:08 AM
Pardha Saradhi
+ 1
Okay. Thank you
15th Jun 2021, 4:13 AM
Pardha Saradhi