inducer / inducer/pudb

support set breakpoints from CLI parameters.

Open
#500 1 comment 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.