khamidou / lptrace

Trace any Python program, anywhere!
http://khamidou.com/lptrace/
GNU General Public License v3.0
699 stars 43 forks source link

Add option to print stacktrace of all active threads #16

Open krizex opened 5 years ago

krizex commented 5 years ago
  1. replase optparse with argparse because we introduced mutually exclusive options
  2. refactor runfile so we can make block FIFO works
  3. add -s option to print stacktrace for all active threads