Home | History | Annotate | Download | only in idlelib

Lines Matching full:breakpoint

112         self.text.bind("<<set-breakpoint-here>>", self.set_breakpoint_here)
113 self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here)
131 ("Set Breakpoint", "<<set-breakpoint-here>>", None),
132 ("Clear Breakpoint", "<<clear-breakpoint-here>>", None)
206 # or deleting a line just before a breakpoint, and certain
207 # deletions prior to a breakpoint. These issues need to be
214 # unexpected breakpoint deletions occurs.
235 message='Unable to update breakpoint list:\n%s'