You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: