I've a complex application to which I've just introduced some changes, adding a couple of new classes with interfaces and deleting some others. Functionally it all works but I get an access violation just after the Destroy procedure of a class:
"Access violation at address 0040B984 in module 'xxxx.exe'. Read of address 80808088".
I kno...
Hi,
I have a bluetooth RFCOMM socket waiting in accept, after an incomming connection I send a command to the remote devie and read the answer with recv. This works perfect if I use the debugger or the debug build exe. In the release build I got a connection and send the command after that the select before recv is returning for receive...
Could someone suggest some tool or how to configure firebug to display a list of defined variables in separate window.
I want to see variables, when any variable changes it property, at what line of code it have been changes and so on.
Because code becomes pretty big and following all needed variables is pretty hard now.
Have someone ...
I want to make the debugger in Visual Studio 2010 stop at the exception System.Data.Services.Client.DataServiceClientException.
I use Debugging -> Exceptions -> Common Language Runtime Exceptions.
When I drill down I would expect to see System.Data.Services entry, but that's not the case.
How should I mark the exception for stopping,...
I'm facing problems when i try to debugging with Visual Studio 2010.
My breakpoints don't work and gives the message:
The breakpoint will not currently be hit. The source code is different then the original version
I've go to tools and enabled "Enable Just My Code" but now i get the message:
Breakpoint will not currently be hit. No s...
I have an application and I would like to debug its input/output behaviour the same way I can do in a Web environment with Selenium. Do you know any easy to use application for this matter?
...
My asp.net form is throwing errors relating to an incorrect model, but on the page it's not showing me what model field threw the error. I'd like to Debug.WriteLine all errors in the ModelState but am unsure how to go about it. Any ideas?
...
I'm building a site and trying to initiate some animations, followed by content loading, followed by animations on a click. The idea is that user clicks, image fades in & then out, content area slides up, new content is loaded within, then content slides back down. When I run it on my test machine, it's fine, but once I upload it onlin...
Hi,
I'm working on a Blackberry application (JDE 4.6.1 + Windows machine + Elipse). Currently my workspace involves two main project
Unit testing application (called unitT)
my application (calle myApp)
Basically,I compile the myApp project in a .jar file and I import this as a library in the uniT project (so I can reference it). The ...
What is the easiest way for a user to send me the output from 'adb bugreport'? Asking them to install the sdk and hook up USB debugging is too hard. Is there an app that will just dump that out and email it, or some other trick?
Thanks
...
In an effort to better understand the JavaScript and DOM performance of Mobile Safari, I was trying to run the Dromaeo JavaScript performance tests on an iPad. However, part way through the tests, Safari will crash and I am sent back to the home screen.
I first tried to run all the Performance Tests and crashed either toward the end of...
Where can I see printf output in an mfc application during debugging?
Is there a "console" window I can view in the debugger?
(Visual Studio C++ 6.0)
Thanks.
...
Occasionally during debugging the debugger skips forward randomly. Sometimes I Step into a function inside of another function and instead of going to the next line it skips through to a seemly random place in the future. sometimes to a line partway through another function.
It always seems to respect breakpoints though, i.e. if a breakp...
hi guys,
My VS2010 doesn't stop at breakpoints inside of silverlight application. It appears that no symbols for it have been loaded during debugging. When I hover over the break point it says "The braekpoint will not currently be hit, no symbols have been loaded".
I have tried all of possible solutions offered by google and have no su...
I have created a partial class for my xsd auto generated class. The problem is in debugging this partial class. Breakpoint are not recognized or the compiler doesn't break at the breakpoints set in the partial class.
// Autogenerated class by xsd.exe
public partial class Class1
{
private Class1Brand[] brandField;
private str...
Hi,
I have a windows service where I use System.Diagnostics.Debugger.Launch(); to debug the service. It worked on VS 2010 Pro RC, not on the express edition...
Is there a way to debug a windows service with express edition ?
Thanks in advance
...
Hello
I've written a WCF service with a duplex contract which asynchronously calls back the clients. I have some issues when multiple clients get connected and i dono how to debug the service. Any insights on this?
Thank you.
NLV
...
When developing a Win32 Application (non-console application) in Visual Studio 2005, is there any way to get the same sort of output as you do from the console?
For instance, say I want to see log statements (such as I would with cout in a console application) to trace the path my program has taken in the code.
My first thought would b...
I have a project where I am required to fix this program that has the tendency to crash very non-deterministically. This piece of software performs lots of calculations and database calls and can have a very high load, meaning lots of clients.
It is a very critical component and without it nothing works. It needs to perform and be abl...
Hi,
I have been developing an iPhone app for a few months now (my first app) using the 3.1.2 SDK. All of a sudden, my app started defaulting to running on the device during debug. I assumed that somehow my target settings had changed, but when I checked them, they said they were targeting the simulator, not the device. I checked all the...