7
votes
5answers
81 views
Visual Studio 2008 : Step to next line is very slow when debugging managed code
Hi,
When stepping through my C# code line by line via F10, it takes the debugger over one second to get to the next line.
I've tried deleting all watches and breakpoints, but that did not make any …
2
votes
1answer
12 views
How can I trace every event dispatched by a component or its descendants?
I am trying to determine what events I need to wait for in a test in order to ensure that my custom component has updated all of its properties. I was using VALUE_COMMIT, but for some reason that …
0
votes
0answers
49 views
ASP.NET MVC - Debugging Model Binding Problems
I have a pair of views in my application that both display the same Editor Template for one of my model items; of the two views (Add and Edit), one works fine, but the other one is returning null for …
0
votes
1answer
14 views
What is webdev.webservice process?
Hi,
I have an asp.net page which calls a webservice. I wanted to check the webservice request and response strings by using fiddler - HTTP Debugging Proxy tool.
When I see the sessions there is a …
0
votes
2answers
22 views
Can Visual Studio trace all events?
Is there some way in Visual Studio to enable/disable automatic tracing of events? I am not referring to adding Debug. or Trace. statements but rather having the system write to a buffer all the …
0
votes
3answers
34 views
Can I Attach to Process without it being already running?
Using Visual Studio 2005's Attach to Process, is it possible to select an application to run and then debug as opposed to an application that is already running?
I am trying to debug a FileMaker …
1
vote
2answers
68 views
Sharepoint custom workflow activity fails silently; FaultHandler not being called (or failing)
I have a custom Sharepoint workflow activity created in Visual Studio that works and logs properly in my test environment but fails in production with a generic "Error Occurred" message in the …
1
vote
0answers
15 views
Debugging a managed Windows Service - symbols not loaded?
I have been experimenting with writing a windows service. But it isn't doing what it should. Normally, I would fire up the debugger, set some watches and breakpoints and see what is going on. But …
0
votes
0answers
3 views
Android - How to enable CheckJni for NDK development?
Hi.
Can someone please tell me if I'm missing something here?
I am trying the following commands in shell.
$ ./adb shell stop
$ ./adb shell setprop dalvik.vm.checkjni true
$ ./adb shell start
But …
0
votes
3answers
110 views
.NET Debugging & Tracking Performance: tricks / hidden features?
What are your opinions about what techniques should I use in the performance analysis and optimization of every application done in .NET technologies?
Also what kind of debugging/tracing techniques …
0
votes
4answers
79 views
Watching a variable in Visual C#?
In my program there is a variable that sometimes gets the value of -1. I want to find out exactly where in the code this is happening. In Visual C#, is there a tool or method I can use so that when …
0
votes
1answer
6 views
Zend Debugger using Solaris
I'm trying to setup debugging for PHP applications using the following environment:
-Clients: Windows XP, Zend Studio 7, Firefox+Zend Studio Toolbar
-Server: Solaris 5.10 32Bits, Apache 2.2.8, PHP …
7
votes
7answers
995 views
How do you use gdb to debug your code?
As a developer, how do you use gdb to track down bugs within your code? What techniques tricks do you use to make your life easier?
0
votes
1answer
22 views
Run without debugging in eclipse
When I run my app on my phone from eclipse, it always runs in debug. This has only recently started to happen. I guess I must have inadvertently changed a preference or something, but can't work out …
0
votes
1answer
12 views
X-Code Debugger Hover Over Variable, what does ‘\ <some stuff> ‘ mean?
Easy question, that I can't seem to find a documentation-based answer for. In X-Code (v3.1) debugger if I hover over a struct variable such as sockaddr_in I see:
Notice the difference between …
