We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ipdb can be used like this:
ipdb -c 'b FileToSetBreakPoint.py:100' launcher.py # 100 is line number where breakpoint be set.
So Should we pass the parameter "-c" to pdb ?
Then we can use pudb with shell script.
The text was updated successfully, but these errors were encountered:
Sure, that sounds like a reasonable request. I'd be happy to take a PR. I also recall that this is not the first time that this has been requested.
Sorry, something went wrong.
No branches or pull requests
ipdb can be used like this:
So Should we pass the parameter "-c" to pdb ?
Then we can use pudb with shell script.
The text was updated successfully, but these errors were encountered: