diff -r 422a0175bbf5 Doc/library/idle.rst --- a/Doc/library/idle.rst Fri Oct 19 23:59:35 2012 +1000 +++ b/Doc/library/idle.rst Sat Oct 20 01:15:08 2012 -0400 @@ -153,6 +153,15 @@ The rest of this menu lists the names of all open windows; select one to bring it to the foreground (deiconifying it if necessary). +Right-Click menu +^^^^^^^^^^^^^^^^ + +Set Breakpoint + Sets a breakpoint. Breakpoints are only enabled when the debugger is open. + +Clear Breakpoint + Clears the breakpoint on that line. + Debug menu (in the Python Shell window only) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^