Bazel Setup for unit testing and debugging C++ Applications with Visual Studio Code
If you write an application you don’t just want a hello-world to run, but also to test and debug it. In this little example I show a basic setup for visual studio to be able to start your own project. I will also explain the configuration, so you can make […]