microsoft / microsoft/vscode-cmake-tools
If there are multiple targets in a cmake project, how to set different args for each target?
Open
enhancement
Feature: debug/launch
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 546
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
```
"cmake.debugConfig": {
"args": [
"-c",
"/path/to/cfgfile"
]
}
```
_Originally posted by @bobbrow in https://github.com/microsoft/vscode-cmake-tools/issues/121#issuecomment-887070667_
Contributor guide
Research direction
The issue only identifies the cmake.debugConfig setting and provides no source file or test. Start by locating the configuration handling for cmake.debugConfig and how selected targets are passed to debugging. Done should mean that separate targets can receive distinct debug arguments, with the behavior documented or covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100