Fix a bug where breakpoints would be recreated exponentially after their removal
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 20 Aug 2008 18:47:50 +0000 (14:47 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 20 Aug 2008 18:48:41 +0000 (14:48 -0400)
commitd20c3da2f675c641fde3e9cd2f1c27a9fd973aa3
tree3ac0f6e5a3a90b8571364c20286742d9583922cc
parent059caefcb4cc98abfe77e60f5767b23f884ab66e
Fix a bug where breakpoints would be recreated exponentially after their removal

* Source/BreakpointManager.m:
(removeBreakpointAt:inFile:): Need to call -[removeObject:] instead of -[addObject:]
CHANGES
Source/BreakpointManager.m