vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Environment - OS and Version: Windows10 - VS Code Version: 1.71.0 - C/C++ Extension Version: 1.13.0 - Other extensions you installed (and if the issue persists after disabling them):...
 Ifc file version 0.42 is not supported _Originally posted by @RimuruChan in https://github.com/microsoft/vscode-cpptools/issues/6302#issuecomment-1249974905_
### Feature Request #9760 Always shows an SSH Targets View in the debug panel, which may be annoying for users who are not using this feature. It's hard to determine...
### Environment - OS and version: Windows 10 - VS Code: 1.70.2 - C/C++ extension: - OS and version of remote machine (if applicable): - GDB / LLDB version: arm-none-eabi-gdb...
### Feature Request According to gdb, I should be able to set a breakpoint on a specific thread, using something like break : thread If I use the console I...
### Environment - OS and Version: Windows 10 Version 1809 (build 17763.3406) @2018 - VS Code Version: Version : 1.71.0 (user setup) Validation : 784b0177c56c607789f9638da7b6bf3230d47a8c Date : 2022-09-01T07:36:10.600Z Electron :...
The scripts I am using to build my projects are generating the dependencies in a folder. It could be very useful in this situation to be able to give a...
Type: Feature Request Support setting breakpoints in a single file. This requires vsdbg to validate the file it is setting a breakpoint in with a checksum to prevent setting breakpoints...
_Originally posted by @FranzDeCopenhague in https://github.com/Microsoft/vscode-cpptools/issues/264#issuecomment-352234542_ I am also seeing this in CentOS 7. My launch.json: ```json { "version": "0.2.0", "configurations": [ { "name": "(gdb) Launch", "type": "cppdbg", "request": "launch",...
**Type: LanguageService** **Describe the bug** - OS and Version: Windows 10 x64 - VS Code Version: 1.47.2 - C/C++ Extension Version: 0.29.0 - Other extensions you installed (and if the...