Talks

  • Video coming soon
    RubyPrize 2025
    November 06, 2025 Ruby World Conference
    RubyPrize 2025 acceptance talk.
  • Build a mini Ruby debugger in under 300 lines
    May 11, 2023 RubyKaigi 25 min
    Ever wondered how debuggers work under the hood? In this talk, I walk
    through building a functional Ruby debugger from scratch in under 300
    lines of code. We explore TracePoint, binding manipulation, and the
    architecture decisions behind ruby/debug.
  • Video coming soon
    ruby/debug - The best investment for your productivity
    November 14, 2022 LRUG
    An introduction to ruby/debug, the new standard debugger for Ruby 3.1+.
    I demonstrate the key features that make debugging in Ruby more productive
    than ever: breakpoints, step debugging, remote debugging, and IDE integration.
  • ruby/debug - The best investment for your productivity
    September 08, 2022 RubyKaigi 26 min
    An introduction to ruby/debug, the new standard debugger for Ruby 3.1+.
    I demonstrate the key features that make debugging in Ruby more productive
    than ever: breakpoints, step debugging, remote debugging, and IDE integration.