I have a NSight plugin 12.3.0.20230909210 installed in Eclipse CDT 2023-12 (4.30.0) under ubuntu 22.04
and created two projects:
one for testing which contains only a test.cu,like this:
test.txt (2.3 KB)
and I can build it and step into kernel functions under debugging for this project.
And the other project is relative complex,and I can build it and step to general C++ function,but all break points inside kernel functions got ignored,in the same time,the printfs work inside these kernel functions and the result is right.
And I have tried to use cuda-gdb,since this is a multiple files project,I don’t know how to put break points on kernel functions in console.
Question are why this happen and how to solve it?Any help is highly appreciated.