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

Debugging support #37

Merged
merged 4 commits into from
May 8, 2023
Merged

Debugging support #37

merged 4 commits into from
May 8, 2023

Conversation

jcouball
Copy link
Member

@jcouball jcouball commented May 7, 2023

This PR makes the following changes:

  1. Add the debug gem as a development dependency to support running the ruby debugger.
  2. Add require 'debug' to spec_helper.rb to enable use of binding.break or debugger from the source code without having to do the require.
  3. Add the ruby-debug-ide gem as a development dependency to support debugging from VS Code.
  4. Add .vscode/launch.json to add simple debug configurations. In the Run and Debug panel (accessed with Shift-Cmd-D), these options will appear in the Start Debugging drop down at the top of the panel.

@jcouball jcouball requested a review from a team as a code owner May 7, 2023 16:19
@codeclimate
Copy link

codeclimate bot commented May 7, 2023

Code Climate has analyzed commit 4a28c4c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@jcouball jcouball merged commit d55f2f4 into main May 8, 2023
@jcouball jcouball deleted the debugging_support branch May 8, 2023 14:17
@jcouball jcouball mentioned this pull request Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant