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

Add the byebug line # to make the output clickable #553

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 25, 2019

  1. Adds line # to make the filename clickable

    Adding the exact line number of the byebug statement to the end of
    the filename on the output makes the statement clickable in IDE's
    and editors supporting this functionality. Currently clicking the
    path goes to the top of the file. With the modification, clicking
    takes the user to the exact byebug line in the file.
    senhalil committed May 25, 2019
    Configuration menu
    Copy the full SHA
    cf53806 View commit details
    Browse the repository at this point in the history
  2. Fix the tests

    senhalil committed May 25, 2019
    Configuration menu
    Copy the full SHA
    46da2e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    778aa5a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    senhalil committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    9f34777 View commit details
    Browse the repository at this point in the history