Why is it that breakpoints are always tied to lines, and optionally to state? Why can\'t we have breakpoints that are tied solely to state or state changes, and not to lines? How does this relate to b
I am developing with Xcode 3.2.5 for the iPhone. 开发者_运维百科When testing my program in the simulator, I get this error immediately when my program starts and crashes
I\'d like to be able to set conditional breakpoints in ruby-debug, where the condition is \"An exception was thrown.\"
I am a long time Delphi dev and in the past I use a third party tool for logging and debugging while developing (called Smart Inspect) however now that I\'ve upgraded to Delphi XE I want to try and us
Is there any way to set brea开发者_开发知识库kpoint on setter/getter in auto-implemented property?
I\'m having trouble to find the statement that causes a given side-effect. I put a breakpoint in every class member and I still can\'t make the execution pause on the culprit line.
Is there a Visual Studio macro (either for ve开发者_开发知识库rsion 2008 or 2010) to set a breakpoint on the start of every method in a class?
I\'m debugging a crash where a non-main thread uses UIKit drawing methods. I\'d like to set a conditional breakpoint on -[UIView layoutSubviews] that only triggers, if it\'s executed in a non-main thr
I have a windows mobile project in VS2005. Initially I could not get any breakpoints to enable on windows mobile 6 device but they worked on PocketPC2003 Emulator. It\'s a new computer at work and aft
Is there any way to set a programmatic breakpoint in JavaScript, so that Firebug will stop executing code and I can continue step by step debug inside the Firebug.