Skip to content

Commit

Permalink
breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cwRichardKim committed Mar 29, 2015
1 parent b8b0a90 commit 2762d07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,4 @@
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "RKNotificationHub/RKNotificationHub.m"
timestampString = "449292241.10243"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "374"
endingLineNumber = "374"
landmarkName = "-checkZero"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
2 changes: 1 addition & 1 deletion RKNotificationHub/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ - (void)viewDidLoad {
-(void)testIncrement
{
[hub increment];

[hub pop];
// [hub blink];
// [hub bump];
Expand Down

0 comments on commit 2762d07

Please sign in to comment.