<?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: Mustafa Imran</title>
    <description>The latest articles on DEV Community by Mustafa Imran (@mustafa_1064).</description>
    <link>https://dev.to/mustafa_1064</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%2F3873475%2F571e6650-e8c6-4757-b94e-45c84c9e246d.png</url>
      <title>DEV Community: Mustafa Imran</title>
      <link>https://dev.to/mustafa_1064</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mustafa_1064"/>
    <language>en</language>
    <item>
      <title>I Was Tired of Logs — So I Built a Real-Time Debugging Panel for .NET</title>
      <dc:creator>Mustafa Imran</dc:creator>
      <pubDate>Thu, 16 Apr 2026 14:48:56 +0000</pubDate>
      <link>https://dev.to/mustafa_1064/i-was-tired-of-logs-so-i-built-a-real-time-debugging-panel-for-net-3i7m</link>
      <guid>https://dev.to/mustafa_1064/i-was-tired-of-logs-so-i-built-a-real-time-debugging-panel-for-net-3i7m</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Debugging felt slow.&lt;/p&gt;

&lt;p&gt;I was constantly switching between logs and breakpoints, trying to understand what my app was doing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;What if debugging was live?&lt;/p&gt;

&lt;p&gt;What if I could &lt;em&gt;see&lt;/em&gt; events as they happen?&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution — CDS
&lt;/h2&gt;

&lt;p&gt;CDS is a real-time debug signal system for .NET.&lt;/p&gt;

&lt;p&gt;Instead of logs, it streams structured events into a live UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz4jqcd3a6i2w2c48flw6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz4jqcd3a6i2w2c48flw6.gif" alt="Snapshot of how CDS Works" width="760" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Real-time signals&lt;/li&gt;
&lt;li&gt;Grouping (xN)&lt;/li&gt;
&lt;li&gt;Filtering&lt;/li&gt;
&lt;li&gt;Pause &amp;amp; replay&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Not Just Logging?
&lt;/h2&gt;

&lt;p&gt;Logging tells you what happened.&lt;/p&gt;

&lt;p&gt;CDS shows you what is happening.&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/mustafa1064/CDS" rel="noopener noreferrer"&gt;https://github.com/mustafa1064/CDS&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;I’d love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is this useful?&lt;/li&gt;
&lt;li&gt;Or unnecessary?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>dotnet</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
