Closed vtanguturi closed 6 years ago
I want to implement an extension to the code. how do i run the program in a debugging method, so I can see what values different variables take?
Depends on how you build it. If you use cmake, maybe the option CMAKE_BUILD_TYPE.
CMAKE_BUILD_TYPE
I want to implement an extension to the code. how do i run the program in a debugging method, so I can see what values different variables take?