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