Skip to content

C

Compilers

Build System

  • CMake
  • Build-generator tool
  • Generates the file needed by the build tool
brew install cmake
pacman -S cmake

Language Server

Debugging

  • CodeLLDB: A native debugger powered by LLDB
  • vscode extension: vadimcn.vscode-lldb
  • LLDB is available in clang