I have a multi-threaded application that I\'m debugging inside the IDE (Visual Studio 2008, Win7-64, C++).
I am using the jquery live method for an anchor element and if I click the anchor then click delegation works as expected. But if I try this on debug console by triggering click event, it never works.
I\'ve made a \"when hit, print a message\" breakpoint in VS 2010. It works, but it only outputs to the VS \"output\" pane. Can I make it use my app\'s console window?
First, here is the message valgrind gives me (this is just one error, I get the same message several times)
I have spent some time debugging a weird issue with ARC and custom dealloc functions. I\'m subclassing NSOperation class
My company builds an MFC application that runs on Windows XP.One of our customers has reported a crash in this application that occurs when it opens a Common File Dialog to allow the user to save a lo
I\'ve tried to use MonoDevelop 2.4 and 2.6 with Ubuntu 11.04, but neither of them seems to actually provide any way of running the project. (As开发者_开发百科 the picture shows, the Run, Step, and Deb
I am used to setting breakpoints in my obj-c code in Xcode and then stepping into/out of my methods, but I don\'t fully understand what happens when I find myself stepping through Apple framework code
I have a flash file that include external ActionScript, I can use trace but what I开发者_如何学C want is to setup some break points to debug interactively.
My Rails development IDE is Aptana Studio 3.0.5, running on Windows. The applications runs on Apache + ModRails (Phusion Passenger) on a separate CentOS Linux machine. I have both Rails 2.x and 3.x ap