c# - Firebug like tool for WPF? -


I want to run more and more elements to run my program and I have a program that shows me in the visual tree That I am shuffling. I tried 'snoop' but it only shows me a visual tree without the ability to hover over the elements on the runtime. Do you know about this tool?

You can do it with snoop - hover elements on the runtime, while hovering with just the mouse Click ctrl + shift.

Comments