Debug OCC

Hello friends,

How I can to debug OCC code?
Is there any Tutorial about this question?

thanks for your answer.

Paul Jimenez's picture

Just like with any other library: use the debug .lib and DLLs, and have the source code at hand for the IDE to point you to the right file.

If no debug .lib and DLLs are provided, you will have to build them yourself.