Tagged Questions
8
votes
2answers
220 views
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 ...
6
votes
2answers
335 views
How to Snoop proof your wpf application?
Snoop allows you to look inside the application and change element properties.
Its a great asset for developers, but can be a security issue in some cases, like when we have users who like to look in ...
2
votes
2answers
132 views
Snoop doesn't detect
I have Windows7 and Visual studio 2008.
I've opened new Wpf Application and run it, and run Snoop and it didn't detect my wpf window.
why ?
I've tried the Refresh button - didn't help.
2
votes
3answers
364 views
Snoop utility for WPF apps is not working - does it support WPF 4?
I have a WPF 4 application running on Windows XP. When I run Snoop, it picks up the application, however when I click on "Snoop this application" nothing happens. Also when I click on the magnifying ...
1
vote
1answer
203 views
WPF: use Snoop on Windows launched from WinForms?
is it possible to get snoop to profile WPF Windows launched from WinForms app?
0
votes
1answer
82 views
What is the closest utility to Snoop for iPhone/iPad development?
Is there anything remotely close to the WPF Snoop utility for iPhone/iOS development?
I have found Mike Ash's ObjC wrapper, however this seems more helpful for reflection than for analyzing the ...
0
votes
2answers
1k views
C#/WPF: ListView not updating (but when I check with Snoop, everything looks fine)
Does anyone know why my ListView with following Code is not working?
I checked it out with Snoop and the ItemsSource seems to be fine (and when I start Snoop, the ListView displays me the ...