I want to debug my OpenCL Code via Intel SDK and visual studio 2013, but the debugger don't stop at the breakpoints. I enabled OpenCL Kernel debugging and set the buildoption to -g -s and added a breakpoint in the opencl code (I also do't use any offset).
I've also tried all the voodoo mentioned elsewhere including.
- Setting a breakpoint at (/behind) the creation of the context.*
- Using only Visual Studio Instance the same time
- spitting three times beyond the left shoulder before starting debugging
- ...
but nothing worked. Any suggestions?
*This leads to the following, before reaching the breakpoint the OCL-Breakpoints are marked as non-reachable and afterwards they are shown reachable with file and line of code.