microsoft / microsoft/MIEngine
[GDB] CustomListItems support in GDB/Mingw-w64
@pieandcakes is already working on this.
Since Aug 28, 2019.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
I am currently working on a cross platform project, on Windows I choice VS2017+Mingw-w64. Mose of the things work fine, but debug information . After google some days, I find out there is a stl.natvis already shipped with vs2017. After add "visualizerFile" in launch.vs.json, stl variable can be correctly shown. However, we have some self-implemented classes which is very difficult to shown by built-in Natvis type. I tried CustomListItems, but it looks like it doesn't work for gdb debugging (type": "cppdbg). So will this feature be added in the future?
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.
Assessment
This issue has not been assessed yet.