debugging
How to reliably catch "breakpoints" for multi-threaded application in Visual Studio? (C++, VS2008)
I have a multi-threaded application that I\'m debugging inside the IDE (Visual Studio 2008, Win7-64, C++).[详细]
2023-04-13 09:14 分类:问答click( ) or trigger( 'click' ) does not work
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.[详细]
2023-04-13 08:34 分类:问答In VS, make print-on-breakpoint use the console
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?[详细]
2023-04-13 07:26 分类:问答Valgrind error: invalid write of size 4 (but says error is in free() )
First, here is the message valgrind gives me (this is just one error, I get the same message several times)[详细]
2023-04-13 06:56 分类:问答Xcode and ARC debugging issue (skipping dealloc)
I have spent some time debugging a weird issue with ARC and custom dealloc functions. I\'m subclassing NSOperation class[详细]
2023-04-13 05:51 分类:问答Could a shell extension be causing my program to crash?
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[详细]
2023-04-13 05:37 分类:问答MonoDevelop on Ubuntu -- No compiler, no debugger, nothing... why?
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[详细]
2023-04-13 05:25 分类:问答Xcode debugger - why can you only step through so far into Apple framework code?
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[详细]
2023-04-13 04:31 分类:问答How to debug external ActionScript file?
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.[详细]
2023-04-13 02:51 分类:问答Remote debugging Rails application in Aptana Studio 3
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[详细]
2023-04-13 01:40 分类:问答