pudb
pudb copied to clipboard
support set breakpoints from CLI parameters.
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.
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.