ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.86k stars 553 forks source link

Debugging Program #59

Closed vtanguturi closed 6 years ago

vtanguturi commented 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?

ppwwyyxx commented 6 years ago

Depends on how you build it. If you use cmake, maybe the option CMAKE_BUILD_TYPE.