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: v1.6.2
Choose a base ref
...
head repository: ruby/debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 15 commits
  • 13 files changed
  • 10 contributors

Commits on Aug 11, 2022

  1. fix typo

    inspirnathan authored Aug 11, 2022
    Copy the full SHA
    2afcbd6 View commit details

Commits on Aug 12, 2022

  1. Set path to debug.so

    nobu authored and ko1 committed Aug 12, 2022
    Copy the full SHA
    e7c3748 View commit details

Commits on Aug 13, 2022

  1. Merge pull request #734 from inspirnathan/patch-1

    fix typo for zsh option
    hsbt authored Aug 13, 2022
    Copy the full SHA
    1412271 View commit details

Commits on Aug 16, 2022

  1. Remove a created file in test

    Do not leave a created file in the home directory after test.
    znz authored and ko1 committed Aug 16, 2022
    Copy the full SHA
    2cb4448 View commit details

Commits on Sep 16, 2022

  1. fix timing issue

    Before setting `@lock_file`, remote client can send stop request
    to the parent process and it can cause data race issue.
    ko1 committed Sep 16, 2022
    Copy the full SHA
    19b4dde View commit details

Commits on Oct 4, 2022

  1. Update URL example for Chrome in README

    ono-max authored and ko1 committed Oct 4, 2022
    Copy the full SHA
    de4720f View commit details
  2. Save navigate when attempting to compare paths

    I have been experiencing an issue where compare path is causing my vscode debugger to be unable to attach. Safe navigating the downcase function seems to have stabilized the issue for me so I figured I would contribute the change back.
    rbclark authored and ko1 committed Oct 4, 2022
    Copy the full SHA
    9de5d28 View commit details
  3. Copy the full SHA
    a12f495 View commit details
  4. Copy the full SHA
    ebb3750 View commit details
  5. Copy the full SHA
    fdce242 View commit details

Commits on Oct 5, 2022

  1. rescue Errno::EACCES.

    nagachika authored and ko1 committed Oct 5, 2022
    Copy the full SHA
    ae145a0 View commit details
  2. File.writable? with directory cannot catch the permission error to cr…

    …eate a file in it.
    nagachika authored and ko1 committed Oct 5, 2022
    Copy the full SHA
    4d14855 View commit details
  3. Copy the full SHA
    7f18c82 View commit details

Commits on Oct 24, 2022

  1. use ::Module for nesting

    This will fix ruby/vscode-rdbg#65
    ko1 committed Oct 24, 2022
    Copy the full SHA
    2542a65 View commit details
  2. v1.6.3

    ko1 committed Oct 24, 2022
    Copy the full SHA
    418148b View commit details
Loading