setup Mac OS for C++, CMake development(build+debug) using Visual Studio Code

preview_player
Показать описание
This video shows how you can use Visual Studio Code in Mac OS to build and debug your C++ application which uses cmake as a build tool.
Рекомендации по теме
Комментарии
Автор

Hey I did this, however, when I type "make --version" in my Mac terminal it is all fine and shows the version, but when I type the same thing into vscode terminal it says "zsh: command not found: cmake". Im not sure how to fix this

tituscharoensri
Автор

Can someone tell me how to make a c# program and convert into a mac os application format. I have an apple computer which i use for coding projects and i dont quite know how to compile a c# into an osx application format .app or alternatively, can someone instruct me on how to compile a c++ into a .app format

Gamer-xkbk
Автор

Sir I use clang as compiler I want to debug my code so that I askes for input from user I used debug console but its not allowing gme to input something so I set use external console to true it opens an terminal but its only shows home directory plz help

St.LaurentDon
Автор

How do you handle thread debugging in this environment ?

vikramkhurana
Автор

Hi Dibyendu, Thanks for informative video, I am using Mac book air m1, all the things are working except debugging . getting error :


Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))
The program has exited with code 42

can you help me with this .

its_dsa