I have a program that depends on an external shared library, but after a function inside the library gets executed I lose the ability to use breakpoints.
I\'m debugging a Delphi code that use TJvProgramVersionCheck component from the excel开发者_开发问答lent JVCL libs.
It seems that gdb is failing to find breakpo开发者_如何学编程ints if a class is implemented in the header file. Therefore I am trying to force a breakpoint from the source. I guess I need the mips equ
I would like to have a break on the SetTimer functio开发者_如何学Cn in order to see which components register what timers with what values. Is this possible?Yes, you can do this.First make sure you ha
I am using开发者_如何转开发 Visual Studio 2010 to create a Silverlight 4 application. I set a breakpoint in my code-behind, start the debug session from Visual Studio, and unfortunately, my breakpoin
I would really love to be able to see the code that is affecting a specific DOM element. But I also would really love not to have to look through all my javascript searching for referen开发者_高级运维
I have written a NUnit test in Visual Web Developer 2008 Express. But when I run the test, it doesn\'t pause at the breakpoint I had set. It just keeps on running but at the breakpoint, I need a step-
I have a function that is called some large number of times, and eventually segfaults. However, I don\'t want to set a breakpoint at this function and stop after every time it\'s called, because I wi
I have subclassed QComboBox to customize it for special needs. The subclass is used to promote QComboBoxes in a ui file from QtDesigner. Everything works except that when I put a break point in a slot
I\'m using Visual Studio 2008 Professional Edition SP1 & IE8. When I hit a breakpoint in a JavaScript file that\'s triggered when an item in a dropdown is selected the dev environment takes focus,