In order to get the stacktrace of a python program, I am trying to follow this example. In the article, the author invokes the gdb as follows. However, the python version of my environment is python 3.4.4. When I type
python3.4-dbg testmyplotlib2.py &
The error message is python3.4-dbg: command not found. What's the right way to get stacktrace by using gdb.
