Appropriate cuda-gdb version

I currently have Cuda 2.3 installed along with packages for the cuda-sdk and cuda-toolkit (all version 2.3). When I try running cuda-gdb i get the error: “cuda-gdb: symbol lookup error: cuda-gdb: undefined symbol: cudbgExportAPI”

Is there a solution to this yet? I assume cuda-gdb isn’t compatible with the latest cuda drivers but it’s been like this for months now. What’s the best way to fix this? If it’s a driver rollback, what version should i roll back to?

I have a similary problem:
the driver installed is 195.22
with cuda 2.3 I got:
“CUDA GDB could not access debug API version 20090511 and is incompatible with the installed CUDA driver.”
with cuda 3.0:
“CUDA GDB could not access debug API version 3.0.5 and is incompatible with the installed CUDA driver”

2 weeks ago, i tried the new driver (which is now deprecated on nvidia’s website) and the message for cuda 2.3 became the one virati show and was the same for cuda 3

Is there any way to use cuda-gdb?