Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 891 Bytes

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);

image

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT