A set of debugging tools to help track down Cocoa issues related to first responders and visual tree layout.
After ViewDebuggerContext.Attach a set of four new menus will be added to your main application menu:
- Show KeyViewLoop Debug Window
- Show First Responder Overlay
- Show Next Responder Overlay
- Show Previous Responder Overlay
- Build MonoDevelop.Mac.Debug
- Reference the assembly in Xamarin.Mac application
- ViewDebuggerContext.Attach (window);
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT