Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug like tool for WPF?

I'd like to run my program and hover on elements and have a program show me in the visual tree what I am hovering. I tried 'Snoop' but it just shows me a visual tree without the ability of actually hovering on the elements at runtime. Do you guys know of such a tool?

like image 538
Shai UI Avatar asked Mar 16 '11 21:03

Shai UI


1 Answers

you can do it with Snoop - hover elements at runtime, just click ctrl+shift while hovering with the mouse.

like image 108
Elad Katz Avatar answered Sep 18 '22 12:09

Elad Katz