Python scripting is not supported in this copy of cuda-gdb (Jetson nano)

I need execute a Python scripting with cuda-gdb.
I haven’t problem with Volta’s system, but I haven’t execute into Jetson’s system.
The cuda-gdb shows this messages:
Python scripting is not supported in this copy of gdb.
There is a solution?
This feature of cuda-gdb can to have in next version for Jetson’s system.
Thank you.

Hi,

Python is not supported in the cuda-gdb from the Jetson.
This is one of our future feature but doesn’t have a concert release date yet.

As an alternative, please check if your can debug a python app through the following command.

Thanks.

1 Like