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
10 ответов
+ 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
+ 2
debugging is identify bugs (error/mistakes) and correct them...
the first debugging tools are your eyes and your mind/brain ;P
+ 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 ^^
+ 2
yes there are chances you get bugs, because nobody's perfect ^^
+ 2
how?
by mistakes, misplessing, forgoting some details, error in logic...
there are a lot of reasons to have bugs ^^
+ 1
Thank you Rishav Tiwari
+ 1
visph That's soo much 😅
+ 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?
+ 1
visph How ?
+ 1
Okay. Thank you