RenderKit / openvkl

Intel(R) Open Volume Kernel Library
Apache License 2.0
195 stars 25 forks source link

[Question] Does anyone know how to debug though .ispc files? #27

Open kuldip-wagh opened 1 month ago

kuldip-wagh commented 1 month ago

I have downloaded and built debug version of OpenVKL. I can debug .cpp files but not the .ispc files. Breakpoint become white for .ispc files when debugger is attached. I also tried, putting set(ISPC_FLAGS -g) in CMakeLists.txt files. But it dint work as expected.

Does anyone know any help for how to debug through .ispc files?

kraszkow commented 1 month ago

@kuldip-wagh - which debugger you're using?

kuldip-wagh commented 1 month ago

Hello @kraszkow, I am using visual studio with msvc++. Also tried with intel dc++ compiler with visual studio.