microsoft / microsoft/vscode-cpptools

Using the lldb debugger under mac os, all bit fields are always zero

Open
#3,574 1 comment 0 reactions 0 assignees View on GitHub

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"
      }
    
屏幕快照 2019-05-02 上午12 20 08

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.