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

Debug mode flag #9428

Merged
merged 2 commits into from
Sep 21, 2021
Merged

Debug mode flag #9428

merged 2 commits into from
Sep 21, 2021

Commits on Sep 20, 2021

  1. Add --debug flag to base command

    This flag makes the main subroutine (cli.base_command.Command.run)
    withold from intercepting unhandled exceptions. This means, that
    debugging via "python -m pdb -m pip" is now possible.
    MrMino committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    03e0053 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    10b0dd2 View commit details
    Browse the repository at this point in the history