DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
hexrcs for The Method Coder

Posted on • Edited on

61 19

🔥 Debugging Frontend Apps inside VS Code!

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

Top comments (6)

Collapse
 
fanchgadjo profile image
Francois K

🔥 厉害 !

Collapse
 
hexrcs profile image
hexrcs

💖

Collapse
 
guilhermeorcezi profile image
Guilherme Orcezi

Awesome! I will use it.

Collapse
 
johneric1 profile image
John Eric

That was awesome🔥🔥🔥

Collapse
 
hexrcs profile image
hexrcs

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