microsoft / microsoft/MIEngine
Kindly please add -gdb-set target-async off
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
Type: Feature Request
Kindly please add -gdb-set target-async off for a "type": "cppdbg" in launch.json.
This is needed for some old gdb execs which reports async as supported but really they
do not support it or supports it badly.
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.
Research direction
Start by locating the launch.json handling for a configuration with "type": "cppdbg" and trace how debugger settings become GDB commands. Verify how the requested target-async setting should be represented, then confirm that the generated command includes it for old GDB executables without changing other debugger types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100