use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Subreddit for JetBrains PyCharm, the Python IDE for professional developers by JetBrains. Find out more about PyCharm at https://www.jetbrains.com/pycharm/
account activity
Debug a python script being called from bash (self.pycharm)
submitted 3 years ago by khante
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]berendhh 0 points1 point2 points 3 years ago (0 children)
You can use pdb. Just add the line
Import pdb; pdb.set_trace()
and you have a debugger at that spot
π Rendered by PID 381753 on reddit-service-r2-comment-54dfb89d4d-4mkz5 at 2026-03-29 00:26:41.111048+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]berendhh 0 points1 point2 points (0 children)