Skip to content

A set of visual debugging tools to help track down Cocoa issues

License

Notifications You must be signed in to change notification settings

netonjm/MonoDevelop.Mac.Debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A set of visual debugging tools to help track down Cocoa issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages