<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GDB on Solarized Sublime Sekai</title>
    <link>https://vincenttam.gitlab.io/tags/gdb/</link>
    <description>Recent content in GDB on Solarized Sublime Sekai</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 05 Aug 2026 09:35:29 +0200</lastBuildDate>
    <atom:link href="https://vincenttam.gitlab.io/tags/gdb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>My Neovim DAP Setup for C Debugging</title>
      <link>https://vincenttam.gitlab.io/post/2026-08-05-my-neovim-dap-setup-for-c-debugging/</link>
      <pubDate>Wed, 05 Aug 2026 09:45:00 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2026-08-05-my-neovim-dap-setup-for-c-debugging/</guid>
      <description>&lt;p&gt;Setting up the Debug Adapter Protocol (DAP) in Neovim transforms C and C++&#xA;workflows by integrating full-featured debugging—breakpoints, call stacks, REPL&#xA;execution, and variable evaluation—directly into your modal editing experience.&lt;/p&gt;&#xA;&lt;p&gt;Rather than maintaining static code snippets in this post, you can inspect my&#xA;active setup directly on GitHub:&lt;/p&gt;&#xA;&lt;p&gt;👉 &lt;a href=&#34;https://github.com/VincentTam/nvim-config/blob/main/lua/plugins/dap.lua&#34;&gt;&lt;strong&gt;VincentTam/nvim-config: lua/plugins/dap.lua&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;core-architecture&#34;&gt;Core Architecture&lt;/h3&gt;&#xA;&lt;p&gt;The setup relies on three primary components managed through&#xA;&lt;a href=&#34;https://github.com/folke/lazy.nvim&#34;&gt;&lt;code&gt;lazy.nvim&lt;/code&gt;&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mfussenegger/nvim-dap&#34;&gt;&lt;code&gt;mfussenegger/nvim-dap&lt;/code&gt;&lt;/a&gt;: The foundational DAP client implementing&#xA;protocol communication with native debuggers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/rcarriga/nvim-dap-ui&#34;&gt;&lt;code&gt;rcarriga/nvim-dap-ui&lt;/code&gt;&lt;/a&gt;: Provides layout management, split&#xA;frames, and floating windows for scopes, stacks, and watches.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/williamboman/mason.nvim&#34;&gt;&lt;code&gt;williamboman/mason.nvim&lt;/code&gt;&lt;/a&gt;: Handles system binaries and language&#xA;tool installation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;ergonomic-navigation-shift--arrow-shortcuts&#34;&gt;Ergonomic Navigation: Shift + Arrow Shortcuts&lt;/h3&gt;&#xA;&lt;p&gt;While traditional DAP keymaps often use multi-key leader sequences (e.g.,&#xA;&lt;code&gt;&amp;lt;Leader&amp;gt;dn&lt;/code&gt;), navigating execution during a active step-by-step session is much&#xA;faster with single-key modifications.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
