Skip to content

Instantly share code, notes, and snippets.

@remore
Created April 25, 2018 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remore/eb51368f5470b366571b51a16e823f07 to your computer and use it in GitHub Desktop.
Save remore/eb51368f5470b366571b51a16e823f07 to your computer and use it in GitHub Desktop.
# worked with ruby 2.3.3 && byebug 10.0.2
# Usage:
# ruby byebug_test.rb & byebug -R localhost:8080
require 'byebug'
require 'byebug/core'
Byebug.wait_connection = true
Byebug.start_server('127.0.0.1', 8080)
puts 1234
byebug
puts "foobar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment