DEV Community

loading...
Play Button Pause Button
The Method Coder

🔥 Debugging Frontend Apps inside VS Code!

hexrcs profile image Xiaoru Li 🇨🇳🇩🇪 ・1 min read

Did you know that we can also debug client-side, frontend code right from VS Code, using its powerful built-in debugger? 🤯

In this 94-second video, we'll use the Chrome debugger extension to debug an event handler in a React app.

Although the demo is in React, the same knowledge applies to any frontend apps! 🥳


This video is part of my new 6-minute crash course series on YouTube 👉 Debugging in VS Code 🔥

 

Like this video?

I'm also on Twitter: @hexrcs
Check out my YouTube Channel: The Method Coder
You can find me at my homepage as well: xiaoru.li

Discussion

pic
Editor guide
Collapse
fanchgadjo profile image
Francois K

🔥 厉害 !

Collapse
hexrcs profile image
Collapse
guilhermeorcezi profile image
Guilherme Orcezi

Awesome! I will use it.

Collapse
johneric1 profile image
John Eric

That was awesome🔥🔥🔥

Collapse
hexrcs profile image
Xiaoru Li 🇨🇳🇩🇪 Author

Thanks, glad you like it!

It's super handy to debug right in the code editor, instead of popping up the devtools in the browser, head to the source panel, identify which line to set a breakpoint at...

Collapse
daset profile image
Daset

I would appreciate your content in the article with optional external link to the video