I usually have a .sln file, but in this case I use a CMakeLists.txt, opened from visual studio
I just cannot find in google how to disable the compiler optimizations to be able:
- to see variable contents with watches
- get into lambda functions
I usually have a .sln file, but in this case I use a CMakeLists.txt, opened from visual studio
I just cannot find in google how to disable the compiler optimizations to be able: