module Byebug::DAP

Debug Adapter Protocol support for Byebug

Constants

AUTHORS

Gem authors

DESCRIPTION

Gem description

LICENSE

Gem license

NAME

Gem name

Protocol

An alias for `ruby-dap`'s {DAP} module.

SUMMARY

Gem summary

VERSION

Gem version

WEBSITE

Gem website

Public Class Methods

child_spawned(*args) click to toggle source

(see Session.child_spawned)

# File lib/byebug/dap.rb, line 57
def child_spawned(*args)
  Session.child_spawned(*args)
end
stop!() click to toggle source

(see Session.stop!)

# File lib/byebug/dap.rb, line 52
def stop!
  Session.stop!
end