Beg, borrow, steal, buy, fabricate or otherwise obtain a rubber duck (bathtub variety).
Note: In a pinch a coworker might be able to substitute for the duck, however, it is often preferred to confide mistakes to the duck instead of your coworker.
Place rubber duck on desk and inform it you are just going to go over some code with it, if that’s all right.
Explain to the duck what your code is supposed to do, and then go into detail and explain your code line by line.
At some point you will tell the duck what you are doing next and then realise that that is not in fact what you are actually doing. The duck will sit there serenely, happy in the knowledge that it has helped you on your way.
heroku run executes a script and the error message has the words “could not be mailed.”
From your local project directory, ag takes that message string as input and outputs the paths to the files with that string and the line of code with line number.
R
Functions (From userR 2024, need to get link or person)
Place function on the line above the line that you think is causing the error
Once you’re in the python debugger (PDB), you can run any python code you want, just as if you were in a REPL. So once you finde the exact place that has caused the error, you try different solutions (e.g. setting variables to different values, importing functions, etc.) in order to see if it works.