ToBoMi
ToBoMi
When I said "toolchain" I mean the `bin` folder of a MinGW installation. I don't know what toolchain exactly means in terms of cmake and only a compiler is not...
> > If you add CMT_MINGW_PATH to the environmentVariables section of the kit, you should be able to set the path there instead of in your shell > > Will...
>The plugin does not read nor interpret any of the files that control the operation of cmake (CMakeLists.txt, presets.json etc.). Good to know, thanks. >It simply calls cmake with the...
Another thing that is defined in these files are `configurations` (see [cmake-presets(7)](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#id1)[¶](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#cmake-presets-7)) I would expect that the cmake support in eclipse shows the existing configuration in the UI somehow so...
This extension uses a bundled llvm-15 now. The issue still persists for me on windows. ``` (base) PS C:\Users\[myusername]\.vscode\extensions\vadimcn.vscode-lldb-1.8.1\lldb\bin> .\lldb.exe --version lldb version 15.0.0-custom ```
I fetched an llvm-13 by installing this extension in version 1.6.10. Either version 1.6.10 nor the current version 1.8.1 with llvm-13 works as a workaround.
I made a very small example project and stepping into a function using F11 (Step into) here works. When I now want to step over that function using F10 (Step...
I have an opened folder (not really a workspace) and I use external C++ libraries that are - precompiled in debug mode and - have their source code attached to...
> You can even [create an index](https://clangd.llvm.org/config#external) for these libs, especially if you don't intend to edit them. I managed to create an external index in the default format: binary....
When I use the YAML format, the file encoding was set to UTF16 LE. I changed it to UTF-8. This solves the issue with parsing the index file in YAML...