Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
8
votes
1answer
1k 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 ...
6
votes
2answers
339 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
1answer
148 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
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
367 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
79 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?
1
vote
2answers
303 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. ...
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?
1
vote
3answers
315 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
0answers
132 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. ...
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
219 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 ...
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 ...
-1
votes
1answer
68 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 ...