<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Debugging on m7y.me - Software Engineering, Platform Engineering &amp; Leadership</title>
    <link>https://m7y.me/tags/debugging/</link>
    <description>Recent content in Debugging on m7y.me - Software Engineering, Platform Engineering &amp; Leadership</description>
    <generator>Hugo</generator>
    <language>en-au</language>
    <copyright>Privacy | © 2026 m7y.me |</copyright>
    <lastBuildDate>Sun, 21 Apr 2024 00:00:00 +1000</lastBuildDate>
    <atom:link href="https://m7y.me/tags/debugging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Easier Code Debugging with SQL Server Backups</title>
      <link>https://m7y.me/post/2024-04-21-debugging-with-sql-server-backups/</link>
      <pubDate>Sun, 21 Apr 2024 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2024-04-21-debugging-with-sql-server-backups/</guid>
      <description>Speed up your debugging workflow by restoring SQL Server backups to quickly reproduce issues. A practical guide to using BACKUP and RESTORE commands to reset your local database to a known state.</description>
    </item>
    <item>
      <title>SQL Server High Dpi Settings</title>
      <link>https://m7y.me/post/2021-01-03-sql-server-high-dpi-settings/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2021-01-03-sql-server-high-dpi-settings/</guid>
      <description>A quick fix for SQL Server Management Studio looking awful on high DPI screens. Mostly a note to my future self.</description>
    </item>
    <item>
      <title>Keep your dev loop as short as possible with SQL Server Snapshots</title>
      <link>https://m7y.me/post/2019-12-05-debugging-with-sql-server-snapshots/</link>
      <pubDate>Thu, 05 Dec 2019 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2019-12-05-debugging-with-sql-server-snapshots/</guid>
      <description>SQL Server snapshots let you quickly save and restore your local database state - handy when switching branches or debugging scenarios that need complex data setups.</description>
    </item>
    <item>
      <title>Locally Debugging an Event Grid Triggered Azure Function with Postman</title>
      <link>https://m7y.me/post/2018-12-18-debug-eventgrid-triggered-azure-function/</link>
      <pubDate>Tue, 18 Dec 2018 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2018-12-18-debug-eventgrid-triggered-azure-function/</guid>
      <description>How to locally debug an Azure Function with an Event Grid trigger using Postman. The trick is the aeg-event-type header, which took me ages to find in the docs.</description>
    </item>
  </channel>
</rss>
