i want use gdb to print the python stack traceback info .
first. i run my python script and use gdb to attach the process
gdb -p pid-of-my-python-script<