dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

allow interactive debugging in the CLI

Open jakecoffman opened this issue 3 years ago • 1 comments

When running in the CLI with script/dependabot, this allows us to add debugger in the code and then invoke bin/run fetch_files --debug to start a debugging session once that line is hit.

jakecoffman avatar Sep 21 '22 02:09 jakecoffman

Agreed with what @jeffwidman said. I think we can wait for the Ruby 3.1 upgrade to use Ruby's built-in debug gem.

mattt avatar Sep 21 '22 08:09 mattt

#5447 is merged, so this should be unblocked.

jeffwidman avatar Oct 08 '22 00:10 jeffwidman