[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/feixiao/VisualStudioCode/master/cpp.md [Back]  [Original]

### C++

#####  cmake-tools 

- [](https://github.com/feixiao/cmake-catch-vsc-template)
- [Get started with CMake Tools on Linux](https://code.visualstudio.com/docs/cpp/cmake-linux)

- [CMake: Debug and launch](https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/debug-launch.md)

##### ToDo

- [ ] 
- [ ] 

##### CoreDump

###### OSX

```shell
sudo sysctl kern.coredump=1

sudo mkdir /cores
sudo chown root:admin /cores
sudo chmod 1775 /cores
sudo chmod o+w /cores

# example cpp/coredump_test.cpp
```


####  C++

##### 

- 

```shell
brew install ctags cscope
```

- 
  https://marketplace.visualstudio.com/items?itemName=jaydenlin.ctags-support

##### 

```shell
ctags -R -f .tags
```

####  C++

[VSC  Google C++](https://blog.csdn.net/weixin_44179485/article/details/113541029) 

##### 

- [Visual Studio Code ](https://www.cnblogs.com/mightycode/p/10876119.html) WSLSSHContainers
- [ VS Code  C++ ](https://mp.weixin.qq.com/s/zA3HWWq-R0PT40CuLIbGsQ)
- [VS Code  CMake](https://www.cnblogs.com/iwiniwin/p/13705456.html)
- [VS Code  C++ (OSX )](https://xie.infoq.cn/article/1dd3fe369ec9f3db5661570fa)
- [CPP ON MAC M1](https://www.geeksforgeeks.org/c-installation-on-macbook-m1-for-vs-code/)
- [brew  arm64  x86_64](https://benobi.one/posts/running_brew_on_m1_for_x86/)

Web Proxy Viewer  |  New URL  |  Original Page