Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid overriding user's irb_name setting in debugger integration #688

Merged
merged 2 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. Avoid overriding user's irb_name setting in debugger integration

    Instead of always setting `irb_name` to `irb:rdbg`, it should respect
    the user's setting and only append `:rdbg` to it.
    st0012 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    abcf12a View commit details
    Browse the repository at this point in the history
  2. Introduce write_rc test helper

    st0012 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9bd6dfc View commit details
    Browse the repository at this point in the history