MonoDevelop.Mac.Debug
MonoDevelop.Mac.Debug copied to clipboard
A set of visual debugging tools to help track down Cocoa issues
MonoDevelop.Mac.Debug
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
Usage
- Build MonoDevelop.Mac.Debug
- Reference the assembly in Xamarin.Mac application
- ViewDebuggerContext.Attach (window);
Contributing
- 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
License
MIT