vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Environment - OS and Version: Ubuntu Server 22.04 - VS Code Version: Latest - C/C++ Extension Version: Latest - If using SSH remote, specify OS of remote machine: Ubuntu...
### Environment - OS and Version: Fedora Linux 42 (Workstation Edition) - VS Code Version: 1.100.2 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote...
### Environment - OS and Version: Ubuntu 22.04.4 LTS - VS Code Version: 1.100.2 - C/C++ Extension Version: 1.25.3 ### Bug Summary and Steps to Reproduce ### Bug Summary The...
### Environment - OS and Version: Windows 10 - VS Code Version: 1.99.3 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote machine: No SSH...
This adds the ability to debug processes via LLDB using the LLDB-DAP adapter that is bundled with LLVM's LLDB debugger. This includes: - additions to the options schema to support...
### Environment - OS and version: linux manjaro 24.2.1 - VS Code: 1.98.2 - C/C++ extension: 1.23.6 - OS and version of remote machine (if applicable): ubuntu 22.04 executed in...
### Feature Request It's currently not possible to select and copy text in the Disassembly View. This is often relevant when writing bug reports in particularly gnarly scenarios involving third...
### Feature Request We'll be integrating lldb-dap into the debugger workflow and adding a new debugger type for it: `cpplldb`
### Environment - OS and Version: docker Linux ice-home 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux under root - VS Code Version: -Version:...
Type: Bug 1. create any cmake project. 2. use gdb debugger to debug app 3. add `.gdbinit` to project root directory. The content is: ``` python print("Local GDB Init") end...