<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vounts</title>
    <description>The latest articles on DEV Community by Vounts (@vounts).</description>
    <link>https://dev.to/vounts</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F911146%2F10c148ca-d431-4cd4-a30b-df1a245049a4.jpeg</url>
      <title>DEV Community: Vounts</title>
      <link>https://dev.to/vounts</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vounts"/>
    <language>en</language>
    <item>
      <title>Best way to debug a React Application or Web Application?</title>
      <dc:creator>Vounts</dc:creator>
      <pubDate>Thu, 18 Aug 2022 13:10:19 +0000</pubDate>
      <link>https://dev.to/vounts/best-way-to-debug-a-react-application-or-web-application-48jf</link>
      <guid>https://dev.to/vounts/best-way-to-debug-a-react-application-or-web-application-48jf</guid>
      <description>&lt;p&gt;Hello, I've been trying to debug a React Application using just the console. However, what I'm trying to achieve is to put breakpoints like we do in Java, C++, C# and easily detect errors. &lt;/p&gt;

&lt;p&gt;I know that there are breakpoints in VSCode and you can step in and step out. However there are functions that gets stepped which you did not code, making it annoying to debug React Applications. &lt;/p&gt;

&lt;p&gt;Is there anyway to filter out this code and just step on your code to make it convenient?&lt;/p&gt;

</description>
      <category>react</category>
    </item>
  </channel>
</rss>
