Skip to content

Conversation

@kastiglione
Copy link
Contributor

Resolves #57

With this, commands like:

bmessage [XYZCustomView setFrame:]

Will correctly set a breakpoint on -[UIView(Geometry) setFrame:].

Updated:

This pull request now handles explicit categories on input. For example:

bmessage [XYZCustomView(Geometry) setFrame:]

Now works where previously it would not work. Additionally, if the category is given, then the breakpoint is created with the --fullname argument instead of --func-regex.

@kastiglione
Copy link
Contributor Author

@mattjgalloway As the original author of bmessage, do you have any thoughts on this? If you're happy, I think we can merge it.

@mattjgalloway
Copy link
Contributor

LGTM. Ship it!

@kastiglione
Copy link
Contributor Author

If you insist :)

kastiglione added a commit that referenced this pull request Dec 17, 2014
bmessage: use regex breakpoint to match category
@kastiglione kastiglione merged commit f9df79c into master Dec 17, 2014
@kastiglione kastiglione deleted the bmessage-categories branch December 17, 2014 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bmessage breakpoints fail on methods defined in categories

3 participants