So, for newbies, a little more detail on Ned Deily's patch. Here is what I did. I'm running python 2.7.1 in idle on osx 10.6.5. I followed Ned's link for Issue 10404, and finally to the patched version of the file EditorWindow.py, which on my installation lives in the directory
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
Following more links, we find the patched version of the file is here.
This you can download from the "raw" link to the left on that page. Keep a copy of your old version of EditorWindow.py, then move or copy the new EditorWindow.py from your Download directory to the idlelib directory. Restart idle, and ctrl-click gives drop-down menus for setting breakpoints. This is probably all obvious, but it's the first time I did it so I thought I'd share the mini-steps with other novices. There may be a cleaner way to do it too of course.