Real Debugging Beyond Console Log

preview_player
Показать описание


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

Yeah, I started a position as intern and my first "mission" is to learn to debug. After watching a lot of videos I found this tutorial, and yes, it´s very helpful. Thank you so much for sharing your knowledge.

eduardohenriquedeassis
Автор

This is basically the best, most informative video I’ve seen on debugging. Thank you!

scottvoyles
Автор

Needed this. My bootcamp teacher would always talk about step through, step over, etc etc and setting breakpoints.

Didn't understand it that well at the time because i was so new.

Thankg you

FordExplorer-rmew
Автор

So happy I've found this channel every tutorial is like a gold mine thank you Steve for all the great info and for the topics no one talks about in this depth, cheers :)

osherezra
Автор

has the same soothing voice as Saul from khan academy. Very easy to listen to.

christopherkrause
Автор

Excellent series. Learned a bunch from this one. Thanks!

automatyk_
Автор

So helpful, thank you for this clear walkthrough!

treysea
Автор

I was looking for an explanation of this for such a long time. This is a really special video for me. (2 months into my first job)

sergiuupop
Автор

my and my team are in a big debt for your Sir. You are just fantastic.
I wish you can do a series on design patterns or on algorithms and data-structures.

oah
Автор

Cursed are those JS learners, who miss your videos

barungh
Автор

Superb!!! We want more!! The info you generously provide in every video is priceless!!! Oh, I can only dream to have a person like you in my team to have a possibility to absorb every bite of knowledge and grow as a professional.

rmnkot
Автор

Disappointed. Everyone knows senior developers debug using `console.log("i'm here")` 😂

joaovaz
Автор

You're the best, Steve! Thank You!

PabloSilva-bccy
Автор

nice!
this is useful..

Thanks man, Hope to see more of your content

kevinflorenzdaus
Автор

Never clicked so fast when the popped up on the feed

PaulFischerclimbs
Автор

Finally one the hearing impaired people can hear. BTW add Wallaby and Quokka to your tool set.

powderriverfarrier
Автор

You forgot to explain "Pause on Exception" feature
That feature is actually useful sometimes

cyrusgracias
Автор

How do you make your chrome dark mode ? I tried a few things but the console is still white.

FirdavsiGameDev
Автор

Can you use debugger inside NodeJs scripts?

LiTTlEPrONooB
Автор

I see it the other way around, i say people new to javascript should use the debugger because it helps to understand were and why you went wrong. Later on, a console.log does the trick for 99% of the cases.

herrbasan