+ 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!
2 ответов
+ 1
IDE or Browsers help us to debug the bugs.
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