Hey guys,
Glad to join here.
I’ve tried so desperately to debug some python code I’ve written with Numba. It’s frustrating, as even prints or assertions don’t really work easily.
Tried Nsight or adding:
os.environ["NUMBA_ENABLE_CUDASIM"] = "1"
os.environ["CUDA_LAUNCH_BLOCKING"] = "1"
but it’s still a mess up.
Can anyone guide me or refer me to some really step-by-step tutorial how to debug Numba code on VSCode?
Thanks!