Add frame command to pdb
Open
Nobody has claimed this yet.
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 35353 |
|---|---|
| Nosy | @cklein |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2018-11-29.17:04:25.243>
labels = ['library']
title = 'Add frame command to pdb'
updated_at = <Date 2018-11-30.08:28:29.545>
user = 'https://github.com/cklein'
bugs.python.org fields:
activity = <Date 2018-11-30.08:28:29.545>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-11-29.17:04:25.243>
creator = 'cnklein'
dependencies = []
files = []
hgrepos = []
issue_num = 35353
keywords = []
message_count = 1.0
messages = ['330703']
nosy_count = 1.0
nosy_names = ['cnklein']
pr_nums = ['10799']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue35353'
versions = []
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reviewing pdb's existing command handling and PR #10799, then establish the intended behavior for the frame command and verify the completed command against the project's existing debugger coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100