Snoop is the open source WPF spying utility. It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.
0
votes
1answer
10 views
Snoop - BindingFailure was detected
When I run Snoop on my WPF application, my application crashes and I get an error saying "BindingFailure was detected". The details of the error are:
The assembly with display name ...
1
vote
3answers
215 views
Attached properties of WPF controls
I am still working on automated testing of WPF apps. I need to access properties by name to achieve this.
Currently I am wondering about attached properties of WPF controls. I tried to iterate ...
-1
votes
1answer
78 views
Issue on Android Reminder Snoozing
I have created a Reminder App with Snoozing option.. Everything is alright when snoozing is activated for only one reminder.. When i add a second reminder, the first one was duplicated(overide) by ...
-1
votes
2answers
155 views
Snoop doesn't see my application's child windows
When I run Snoop 2.8, it sees my program's main window and lists it in its ComboBox. However, my program creates a child window that is displayed by calling ChildWindow.Show(). No matter what I do, ...
0
votes
1answer
101 views
Android MediaPlayer.snoop(): How do you get future audio data?
This is something that I'm guessing is impossible without weird work arounds if its possible at all. However,
How would I use snoop() (or something like it) to get audio data for the audio ...
1
vote
1answer
79 views
Snoop does not recognize my program
I'm building a WPF 4 application. In the past, Snoop was able to see the application, but now it does not. This is true with Snoop 2.7.1 and 2.8.0.
That is, I click on the refresh button and my app ...
0
votes
1answer
132 views
WPF RowDefinition Weirdness
I have an app I'm trying to debug, and I'm looking at various settings at runtime via snoop.
The problem I'm having is this:
There is a grid, with a height of 50.4 . It has 3 RowDefinitions each ...
1
vote
1answer
155 views
Is there any free WPF visualizer for VS2010
Is there any free wpf visualizer available, a quick google search show tool name "mole" and "snoop", any one have experience with them, are they really helpfull?
1
vote
0answers
102 views
Event Pattern Detection with Reaction/ECA rules on Stream of Events using AND, OR and SEQ
I have a event stream where events are a set of attribute/value-pairs, like:
E1 = {(ID, val), (attr, val), (attr, val), ... }
I want to detect simple patters using only SNOOP style event algebra, ...
1
vote
1answer
132 views
analyze network traffic to and from the process
Is there any way on Linux to get detailed analysis of network traffic to and from a process . Detailed analysis means the data as provided by tcpdump, wireshark.
0
votes
1answer
623 views
Snoop on Solaris 10 package - relocation error
I'm trying to run snoop on a Solaris 10 box.
Snoop was not installed by default and I grabbed it from the Solaris 10 cd.
The package I installed was SUNWrcmdc as a man snoop shows it relies on this ...
-1
votes
1answer
767 views
Why TCP not recved ACK from server in Solaris machine?
In the client side , sftp application send some packet to ssh server port 22.
SFTP application send packet to TCP , from etherial capture we can see that
sftp packet send from application to TCP and ...
1
vote
1answer
490 views
MediaPlayer.snoop on android
I found the function MediaPlayer.snoop(short[], int) in Accessing the Android media stream for audio visualization but I couldn't use it.
I am wondering there is a method snoop in MediaPlayer.class.
...
2
votes
1answer
409 views
How can I get Audio Stream from MediaPlayer in Android
I tried to display audio stream for visualization, and I found MediaPlayer.snoop(short[], int) to get audio stream playing now on Mediaplayer
So I did the code:
Class c = MediaPlayer.class;
Method ...
2
votes
1answer
175 views
Snooping on iOS API calls?
I'd like to see what kinds of API/framework calls are being made by an arbitrary iOS app. Is there some sort of mechanism or tool that I can use to do this?
0
votes
1answer
169 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 ...
10
votes
1answer
484 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 ...
2
votes
2answers
1k views
UI Automation Testing Tools
I'm working on UI automation.
We are using the following tools.
Bewildr
Snoop
Our WPF application uses a custom framework developed by the company. Many of the buttons are generated dynamically. ...
10
votes
2answers
872 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 ...
0
votes
2answers
949 views
How can I debug network requests from my iPhone?
I want to check the network requests an app is making from my iPhone. It's on the same WiFi network as my computer (or if it makes things easier, I can set it up to use an ad-hoc network). I don't ...
2
votes
2answers
549 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
823 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
392 views
WPF: use Snoop on Windows launched from WinForms?
is it possible to get snoop to profile WPF Windows launched from WinForms app?
1
vote
4answers
512 views
Which Packet Capture Format is better?
I am writing an application to save the captured IP packets to file. Which of the following packet capture format is better suited for use as the file format? Click on the link for more information on ...
0
votes
2answers
2k 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 ...
9
votes
1answer
3k views
RS232 serial snoop tools for protocol development / debugging
I develop a wide range of relatively simple firmware devices. Every one of these ends up talking to the PC (or another device) via the RS232 port in one way or another, so I spend a lot of time ...

