Write Visual Studio visualizations using C++
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
Start by reading the ConcordExtensibilitySamples API and the cppwinrt natvis example linked in the issue. Compare their programmatic visualization approach with the STL's current built-in XML visualizations, then clarify which STL types and debugger behavior should be covered. Done requires an agreed scope and working Visual Studio visualizations with validation criteria.
Written by the indexing model from the issue text.
Description
The current visualization of STL uses the built-in XML dialect, which is inflexible. The debugger actually has an API https://github.com/Microsoft/ConcordExtensibilitySamples/ that allows types to be visualized programmatically. Perhaps STL could consider adopting it. A complete example is https://github.com/microsoft/cppwinrt/tree/master/natvis.
- Dominant language
- C++
- Stars
- 11.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 20
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.
More from microsoft/STL
-
performance
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
`<regex>`: `regex_search()` throws `regex_error(error_complexity)` with an unwisely written pattern Openbug regex
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
bug compiler
Difficulty 4/5 3-5 days Newbie friendliness 45/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·