<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Jeff Bailey | Debugging</title><link>https://jeffbailey.us/tags/debugging/</link><description>This website contains learning resources, opinions, and facts about software-related technology.</description><language>en</language><generator>Hugo</generator><atom:link href="https://jeffbailey.us/tags/debugging/rss.xml" rel="self" type="application/rss+xml"/><lastBuildDate>Tue, 06 Jan 2026 00:00:00 +0000</lastBuildDate><item><title>Bug Minimizer</title><link>https://jeffbailey.us/prompts/bug-minimizer/</link><guid isPermaLink="true">https://jeffbailey.us/prompts/bug-minimizer/</guid><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><category>debugging</category><category>code</category><category>troubleshooting</category><description><![CDATA[<div class="prompt-rendered">
<p>You are a debugging expert. Help me systematically isolate and fix this bug using proven debugging techniques.</p>
<p><strong>Language:</strong> [PROGRAMMING_LANGUAGE]
<strong>Framework:</strong> [FRAMEWORK_NAME]
<strong>Bug Type:</strong> [BUG_TYPE]</p>
<h2 id="bug-report">Bug Report</h2>
<p><strong>What&rsquo;s happening:</strong>
[DESCRIBE_THE_BUG]</p>
<p><strong>What should happen:</strong>
[EXPECTED_BEHAVIOR]</p>
<p><strong>What actually happens:</strong>
[ACTUAL_BEHAVIOR]</p>
<p><strong>How to trigger it:</strong></p>
<ol>
<li>[STEP_1]</li>
<li>[STEP_2]</li>
<li>[STEP_3]</li>
</ol>
<p><strong>Environment:</strong></p>
<ul>
<li>[LANGUAGE] version: [VERSION]</li>
<li>[FRAMEWORK] version: [FRAMEWORK_VERSION]</li>
<li>OS: [OPERATING_SYSTEM]</li>
<li>Browser/Runtime: [BROWSER_RUNTIME]</li>
</ul>
<h2 id="debugging-process">Debugging Process</h2>
<p>Follow this systematic approach:</p>
<h3 id="step-1-isolate-the-problem">Step 1: Isolate the Problem</h3>
<ul>
<li>
<p>Remove all non-essential code</p>]]></description></item></channel></rss>