Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ruby/debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0_2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 4 contributors

Commits on Sep 23, 2021

  1. Mask features only available on CRuby

    * Continuations for the restart command require the 'continuation'
      library and full 'callcc' support.
    * ISeq support is only available on CRuby
    headius committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1159908 View commit details
    Browse the repository at this point in the history
  2. debug.rb: expand filenames in breakpoints

    When debugging some local code, specifying a breakpoint to a local
    filename does not work, i.e.
    
        break lib/foo.rb:10
    
    Expanding the filename makes it work. FWIW byebug has the same behavior.
    terceiro authored and headius committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f4fc7f4 View commit details
    Browse the repository at this point in the history
  3. [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)

    * Fix debug documents to match Thread#to_s change (Feature #16412 ticket)
    
    * TracePoint#inspect returns "... file:line" (Feature #16513)
    
    * Guard older version of Ruby in Tracepoint inspection tests
    
    * Focus on current thread only when running TracePoint inspection test
    0x2c7 authored and headius committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7262e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Merge pull request #301 from headius/jruby

    Support JRuby and update from CRuby 3.0
    hsbt authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6e5b869 View commit details
    Browse the repository at this point in the history
  2. Bump debug version to 0.2.1

    hsbt committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    622a07b View commit details
    Browse the repository at this point in the history
Loading