support set breakpoints from CLI parameters.
Open
enhancement
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 245
- Avg merge
- 13m
- Merged PRs (30d)
- 5
Description
ipdb can be used like this:
```shell
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.