<?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: Ariel</title>
    <description>The latest articles on DEV Community by Ariel (@ariel_e3e7016e92641fadead).</description>
    <link>https://dev.to/ariel_e3e7016e92641fadead</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%2F3907884%2Fd5432ca3-47ca-481e-9760-509c7de3bc96.png</url>
      <title>DEV Community: Ariel</title>
      <link>https://dev.to/ariel_e3e7016e92641fadead</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ariel_e3e7016e92641fadead"/>
    <language>en</language>
    <item>
      <title>I built a VS Code extension to debug MySQL queries step by step</title>
      <dc:creator>Ariel</dc:creator>
      <pubDate>Fri, 01 May 2026 17:01:19 +0000</pubDate>
      <link>https://dev.to/ariel_e3e7016e92641fadead/i-built-a-vs-code-extension-to-debug-mysql-queries-step-by-step-5gd7</link>
      <guid>https://dev.to/ariel_e3e7016e92641fadead/i-built-a-vs-code-extension-to-debug-mysql-queries-step-by-step-5gd7</guid>
      <description>&lt;p&gt;I kept running into SQL queries where the final result looked surprising, but it was hard to understand exactly which part of the query changed the data in that way.&lt;/p&gt;

&lt;p&gt;When a query gets larger, reasoning about it from the final output alone becomes annoying. I wanted an easier way to see how the data changed as the query moved forward.&lt;/p&gt;

&lt;p&gt;So I built SQL Visual Debugger, a VS Code extension that lets me step through supported MySQL SELECT queries clause by clause and inspect the intermediate result after each stage.&lt;/p&gt;

&lt;p&gt;Instead of only seeing the final output, I can see how the rows change throughout the query.&lt;/p&gt;

&lt;p&gt;Right now the extension is focused on MySQL and supported SELECT-style query flows.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=arieldev.sql-visual-debugger" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=arieldev.sql-visual-debugger&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sql</category>
      <category>vscode</category>
      <category>database</category>
      <category>mysql</category>
    </item>
  </channel>
</rss>
