Gem Version Documentation

Byebug Debug Adapter Protocol

This gem adds Debug Adapter Protocol support to Byebug.

TODO

  • In STDIO mode, spawn with extra FDs and use those instead of 0/1?
  • Set class-only or instance-only method breakpoints. Blocked by byebug#734.
  • Support advanced exception breakpoints. Requires client support (VSCode extension).