We\'re on four Amazon EC2 instances (one load balancer, one db, and two app) and are constantly getting random timeouts. We get at least one a day, sometimes more. Here are some examples:
In Visual Studio 6, I have written an ATL COM server EXE. I want to debug this and put a breakpoint at the start of the method I am calling. I start debug and then call the method from the other EXE b
Let\'s say you are debugging. At one point you are in Method A, which has a parameter foo of type Foo. Lat开发者_Go百科er on you are in Method B, which also takes a parameter foo of type Foo.
I am trying to set up source server for debugging projects that are stored on Kiln/Mercurial repository.
Really i dont know whats going on, ill explain. First i have xcode 3.2.5, i\'ve never managed to make allocation instruments and console working together, i still think its not posible ahahaha...
I\'m trying to find the actual exception in a managed-unmanaged mixed code. The problem is that I have a .Net class that catches all unhandled exceptions and then creates a dump, so when i look at th
I am analyzing an external FORTRAN library which is quite huge. Anyways, the whole point of the library is to fit parameters values for a function I supply. The entry point is one method call with god
I\'m not sure that windbg is the right tool, but that\'s what I\'m trying now my asp.net app seems to have a memory leak, it keeps on growing by about 3 MB almost every time a page loads (then it goe
I need to debug an application that is started from a one-click install. (VS 2010, Excel VSTO with Office 7). Based on log开发者_如何学运维in credentials supplied to the one-click installer applicati
I am working on a mixed-mode app (C++/CLI, C++, some C#) and when it crashes in the field a memory dump gets created. I usually get these dumps from the customer and try to figure out what went wrong.