If you have an issue with your page or development, how do you debug it? What tools do you use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If you have an issue with your page or development, how do you debug it? What tools do you use?

I am partially new to programming, so I'd like to know about debugging tools, I'm pretty sure some tools will come in handy pretty soon. Thanks in advance, guys!

1st Jun 2017, 4:29 PM
Esteban Rodríguez
Esteban Rodríguez - avatar
2 Answers
+ 1
IDE or Browsers help us to debug the bugs.
1st Jun 2017, 4:59 PM
jamilxt
jamilxt - avatar
0
the developer tools present in modern browsers are your true friend in website development. They allow you to debug HTML, CSS, JavaScript and even http requests you make. to access them in Chrome, right click on a page and click inspect element
1st Jun 2017, 4:53 PM
Nikunj Arora
Nikunj Arora - avatar