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)
🔥 厉害 !
💖
Awesome! I will use it.
That was awesome🔥🔥🔥
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...
I would appreciate your content in the article with optional external link to the video