1 year ago
#380057
elveatles
Is it possible to show execution time when using pdb?
When using pdb to debug Python code, I often wish that commands such as next
, return
, and until
would show the time it takes to run until the next time pdb breaks.
Is it possible to change a setting or write a plugin to make this happen?
python
pdb
0 Answers
Your Answer