CUDA GDB and conditional breakpoints

Once the program stops at the breakpoint which is set at the kernel function entrance, and then you can set up another breakpoint inside the kernel. You can try it. Even in the process of debugging, you can set up the breakpoint to let the program stop. Cuda-gdb 3.0 doesn’t support conditional breakpoint.