Hacker News new | ask | show | jobs
by StavrosK 3834 days ago
First of all, pudb is fantastic, just use it over pdb all the time.

q is for when you want to log data, pudb is for when you want to step through and evaluate lines in-context. It's very possible that you'll want to use both together.