Add "Step Call" button
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 38/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- cpp
- Domain
- devtools, reverse-engineering
Research direction
The issue names no files, tests, or entry points. Start by locating the debugger's existing step-into and step-return handling, then trace how execution stops at instruction boundaries. Done means a Step Call action runs until the next call instruction and is covered by appropriate debugger tests.
Written by the indexing model from the issue text.
Description
What is the feature you'd like to have?
A "step call" button in the debugger would be very useful, this would execute the program until the next call instruction is hit.
Is your feature request related to a problem?
No
Are any alternative solutions acceptable?
AFAIK, this functionality is the best option for this kind of task.
Additional Information:
I would use this when I don't know the real entry point of the program, since step return is generally never hit because there is no return, and step into can be very slow if the program is big, Step Call would cut debugging time in half for a lot of situations where finding a specific call is the priority.
- Dominant language
- C++
- Stars
- 331
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from Vector35/debugger
-
bug Effort: Trivial Impact: Low
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Effort: Trivial enhancement UI
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
All issues in Vector35/debugger
Similar issues
-
Website Doc Typo Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 92/100
autowarefoundation/autoware_universe#13413 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
automated-analysis bug memory-safety
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100