Best Debugging Tips For Beginners

preview_player
Показать описание
Writing code is hard enough, and having to debug any problems that occur in your code just makes it even harder. Debugging is also much less enjoyable than writing code. That is why in this video I will show you some tips, tricks, and tactics on how you can debug code to make your debugging process quicker, easier, and more enjoyable. This will give you more time to focus on the fun part of coding.

🧠 Concepts Covered:

- How to identify and solve syntax errors
- How to account for bugs that are not errors
- How to use debugger tools in Chrome
- The best ways to solve the most common debugging errors

🌎 Find Me Here:

#Debugging #WDS #Debug
Рекомендации по теме
Комментарии
Автор

Ive been coding since my early teens and I’m still terrible at debugging, thanks for the video ❤️

JustClickApprove
Автор

As a WebDev teacher, this video (and so many other of your videos) is gold. It explains in a concised way all the bugs that my students are facing at the beginning. Thank you for your excellent content.

TheZamirOrion
Автор

Thanks dude, I am one of those guys, who have had sleepless night, not being able to figure it out what I did wrong, It would drive me nuts, please do some more debugging. I find very few tutorials confront this important aspect of coding, I suppose your channel can grow further if you make more videos on this subject.

alanmartin
Автор

Thank you so much. Keep making these type of videos for debugging.

rangabharath
Автор

This was great! Debugging is and probably will be one of my greatest weaknesses, so thank you for taking the time to make this video! Is there any possibility that you could do one for debugging PHP? And in extension php with Wordpress? Again great video and I look forward to all you other ones you do!

geeno
Автор

This is an awesome video. I was not aware of breakpoints in the browser.

pranavjain
Автор

Great Video. Also guys remember that debugging becomes extremely easy if your project uses typescript

zerocode
Автор

Thanks. 1) [9:30] so you clicked on line 5 to add a break point. So does the code run up til or including line 5? 2) Are there times one wouldn't use console to tweak and test code when implementing breakpoints?

Holy_Frijole
Автор

Excellent debugging techniques here. Thanks

DavidOkwii
Автор

Very helpful video, Thank you so much. Keep Uploading amazing video 👍

Aditya.Santra
Автор

Thank you so much. I am a person who needs to see it rather than read it in an old book. I am learning this in school. Do you have one for PHP?

brina_larson
Автор

Hello from New York! What is the best procedure to step through JavaScript code in order to understand program's control flow and inspect variable data in real time? Thanks for informative video.

PuchoWebSolutions
Автор

For javascript should i use document.write or console.log? Any difference ?

vplayzgaming
Автор

Create a vid and explain the chrome debugger tool where we use breakpoints and global and local stuff, deep dive into it cuz its a must to have, thanks❤

mohammadkhakhsoor
Автор

Do more on javascript man! Keep up the good work!

WolverineMKD
Автор

Does your react course cover debugging react ?

mattmarkus
Автор

Great topic. Would love to see advanced debugging in chrome next 👍

The-Average-Gamer
Автор

Notification Squad 🙈. Thanks for all your videos. They are really helpful.

ManishKarki
Автор

Before this i was like "omg i know nothing in debugging nobody will hire me" and after you're video, seeing you debugging like me, i feel sooo much more confident! Thank you Kyle!

cheshy
Автор

best way is chrome devtools ? what about vs code or someting

cengiz-ilhan