Hacker News new | ask | show | jobs
by scooble 1508 days ago
I mostly work with python and drop pdb into my code if I want to step through and see what’s going on. I run tests with the make command so I can use the quickfix list to skip between errors.