Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a FireBug like utility for inspecting a Winform Application? [closed]

I am designing a program that dynamically creates its own GUI at run time.

I am looking for a firebug like utility that allows me to move my mouse around the form to see different controls highlighted and see what their size, padding, margins, etc are set to.

Thank you,
Keith

like image 994
Keith Sirmons Avatar asked Feb 27 '09 21:02

Keith Sirmons


3 Answers

There is a tool called Hawkeye that does exactly what you ask for. Here are the two articles I wrote about it.

Debugging Tools: Hawkeye

Corneliu Tusnea has Released Hawkeye as Open Source

like image 68
Jonathan Allen Avatar answered Nov 16 '22 10:11

Jonathan Allen


Spy++ is about the closest you're gonna get... but it's for generic Windows, not .NET sepcifically.

I did find this article on MSDN magazine about ManagedSpy

like image 22
Erik Funkenbusch Avatar answered Nov 16 '22 09:11

Erik Funkenbusch


Hawkeye project on codeplex is active (again). You may give a try to its latest release:

http://hawkeye.codeplex.com/releases/view/58898

like image 2
odalet Avatar answered Nov 16 '22 11:11

odalet