<?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: Prachit Tupe</title>
    <description>The latest articles on DEV Community by Prachit Tupe (@prachit_tupe_f03b2c5e1410).</description>
    <link>https://dev.to/prachit_tupe_f03b2c5e1410</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%2F3868697%2F45fd2087-f890-4433-b164-63e3af4f3bf4.png</url>
      <title>DEV Community: Prachit Tupe</title>
      <link>https://dev.to/prachit_tupe_f03b2c5e1410</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prachit_tupe_f03b2c5e1410"/>
    <language>en</language>
    <item>
      <title>Lost in the Threads — A Beginner's Guide to Multi-Threaded Debugging</title>
      <dc:creator>Prachit Tupe</dc:creator>
      <pubDate>Wed, 08 Apr 2026 23:52:56 +0000</pubDate>
      <link>https://dev.to/prachit_tupe_f03b2c5e1410/lost-in-the-threads-a-beginners-guide-to-multi-threaded-debugging-1ao1</link>
      <guid>https://dev.to/prachit_tupe_f03b2c5e1410/lost-in-the-threads-a-beginners-guide-to-multi-threaded-debugging-1ao1</guid>
      <description>&lt;p&gt;If you've ever been confused why your debugger behaves weirdly in multi-threaded code, this one's for you.&lt;br&gt;
I started writing this because my prof gave me a simple task, write sample code to demonstrate multi-threaded debugging. I got a little carried away and turned it into a full blog 😅&lt;br&gt;
In this blog we cover:&lt;/p&gt;

&lt;p&gt;What threads actually are 🌮 (yes there's a taco analogy)&lt;br&gt;
What multi-threading is and why it matters&lt;br&gt;
Why Android's main thread is the king 👑&lt;br&gt;
A step by step hands on debugging walkthrough in Android Studio with real screenshots&lt;/p&gt;

&lt;p&gt;This is my first ever technical blog so would love brutal honest feedback from this community!&lt;br&gt;
🔗 Full blog on Medium: &lt;a href="https://medium.com/@prachittupe/lost-in-the-threads-a-beginners-guide-to-multi-threaded-debugging-daa08bdbd48a" rel="noopener noreferrer"&gt;https://medium.com/@prachittupe/lost-in-the-threads-a-beginners-guide-to-multi-threaded-debugging-daa08bdbd48a&lt;/a&gt;&lt;br&gt;
🔗 GitHub repo: &lt;a href="https://github.com/PRACHIT27/Debugging-Multi-threaded-Mobile-Applications-Beginner-Friendly" rel="noopener noreferrer"&gt;https://github.com/PRACHIT27/Debugging-Multi-threaded-Mobile-Applications-Beginner-Friendly&lt;/a&gt;&lt;/p&gt;

</description>
      <category>androiddev</category>
      <category>debugging</category>
      <category>multithreading</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
