2022-05-02 20:59:59 +01:00
|
|
|
# typed: true
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for types exported from the `byebug` gem.
|
2021-09-17 19:28:50 +01:00
|
|
|
# Please instead update this file by running `bin/tapioca gem byebug`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
2023-12-14 15:34:15 +00:00
|
|
|
# Reopen main module to define the library version
|
|
|
|
#
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#6
|
2020-06-14 11:40:07 +05:30
|
|
|
module Byebug
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
2023-12-14 15:34:15 +00:00
|
|
|
# Starts byebug, and stops at the first line of user's code.
|
|
|
|
#
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#10
|
2020-08-09 11:32:26 +01:00
|
|
|
def attach; end
|
2023-12-14 15:34:15 +00:00
|
|
|
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#21
|
2020-08-09 11:32:26 +01:00
|
|
|
def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
2023-12-14 15:34:15 +00:00
|
|
|
# Adds a `byebug` method to the Kernel module.
|
|
|
|
#
|
|
|
|
# Dropping a `byebug` call anywhere in your code, you get a debug prompt.
|
|
|
|
#
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#34
|
2020-06-14 11:40:07 +05:30
|
|
|
module Kernel
|
2023-12-14 15:34:15 +00:00
|
|
|
# source://byebug//lib/byebug/attacher.rb#35
|
2020-06-14 11:40:07 +05:30
|
|
|
def byebug; end
|
2023-12-14 15:34:15 +00:00
|
|
|
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#35
|
2020-06-14 11:40:07 +05:30
|
|
|
def debugger; end
|
2023-12-14 15:34:15 +00:00
|
|
|
|
|
|
|
# source://byebug//lib/byebug/attacher.rb#41
|
2020-08-09 11:32:26 +01:00
|
|
|
def remote_byebug(host = T.unsafe(nil), port = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|