debug kernel with visual studio 2008

Hi,
I want to debug the kernel function in visual studio 2008 but it jump and doesn’t step into kernel function.
Can anyone help me?

Hi,

as far as I know CUDA code (kernels) is only possible to debug with cuda-gdb which is available only for linux (so far).

I don’t know how it’s in v.2.2 now , but most likely, it’s the same situation.

Kind regards,

Greg

Thanks .