Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
719 views

python + how to debug python script on linux as bash with -x [duplicate]

we are running some python scripts on linux since python are sometimes difficult to understand in case of failure then need to find a good way of debugging for example from bash world its bash -x ...
jessica's user avatar
  • 2,570
5 votes
2 answers
21k views

How to install python debug-info for gdb?

I want to use gdb to debug python script. After starting gdb, it outputs: [root@localhost scripts]# gdb python GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C) 2013 Free Software ...
Nan Xiao's user avatar
  • 17.4k