Protect against array out of bounds exceptions when removing breakpoints
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jun 2008 16:19:30 +0000 (12:19 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jun 2008 16:19:30 +0000 (12:19 -0400)
commit3f1a711c1570cf366b162e3595ed87f84d4e2668
tree85fb06d3674e44cab35999edb26b4a6ee3478f24
parent4379df7b3d4a01444227bd664a3a5561ed8ae3fb
Protect against array out of bounds exceptions when removing breakpoints

* Source/BreakpointWindowController.m:
(removeBreakpoint:): If there are no selected objects in the NS-AC, don't try to remove breakpoints
Source/BreakpointWindowController.m