microsoft / microsoft/vscode-cpptools
Using the lldb debugger under mac os, all bit fields are always zero
Open
Nobody has claimed this yet.
bug
debugger
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Type: Debugger
-
OS and Version: MAC os Mojave 10.14.4
-
VS Code Version: 1.33.1
-
C/C++ Extension Version:0.22.1
-
Using the lldb debugger under mac os, all bit fields are always zero
{ "name": "(lldb) Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/publish/sbin/nginx", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}/publish/sbin", "environment": [], "externalConsole": true, "MIMode": "lldb" }
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.
Research direction
Start by reproducing the report with macOS Mojave 10.14.4, VS Code 1.33.1, C/C++ extension 0.22.1, the supplied launch configuration, and LLDB. Trace the debugger integration used to display bit fields and confirm that the fix reports their actual values rather than zero; no source file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100