Metavision build - Debug mode

Metavision build - Debug mode

Hello, 

I am trying to build the getting started sample in debug mode. See attached for my CMakeLists.txt and source code. I also attached the logs for my CMake config and build steps. When configuring my build in Release mode, I am able to detect the connected device (SilkyEvCam) and run the sample. However, when configuring for debug mode (cmake -DCMAKE_BUILD_TYPE=Debug ..), building (cmake --build . --config Debug), and executing the target (./Debug/**.exe), I get this Metavision exception : Metavision::CameraException. This does not occur when building in Release mode and the example runs as expected.

I tried using the MSVC and gdb debugger but there was no change in the error. I am also running on Windows 11. 

Any help is appreciated, 

Jonah