pudb icon indicating copy to clipboard operation
pudb copied to clipboard

support set breakpoints from CLI parameters.

Open yuhuihu opened this issue 3 years ago • 1 comments

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.

yuhuihu avatar Jan 03 '22 05:01 yuhuihu

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.

inducer avatar Jan 03 '22 12:01 inducer