-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to debug my DirectShow source filter. I'm using Delphi Pro 6 on Windows XP along with the DSPACK component library. I'm using Skype as my host application, which I set in the Parameters option in the Run menu, for testing my source filter DLL (ax file extension). Skype runs fine and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using eclipse europa (3.5) on windows vista home premium 64-bit using JDK 1.6.0_18 (32 BIT).
Normally, I am able to put breakpoints just fine; However, for a particular class which is NOT part of the project (this class is inside a .JAR file (.JAR file is part of the project) ), although I have…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
This is the twenty-first in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post covers a few of the nice usability improvements coming with the VS 2010 debugger. The VS 2010 debugger has a ton of great new capabilities. Features like Intellitrace…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having a problem with xdebug not stopping at breakpoints when using remote debugging (everything is fine when running scripts via the command line). It will break at the first line of the program, then exit, not catching any breakpoints.
It used to work fine, until I switched over to using MacPorts…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using xcode in C++. I'm trying to debug my project, but at random intervals, it seems to ignore my breakpoints. There are three things that it does:
1) Sometimes, when I run, it automatically switches to "de-activate break points" mode. (the relevant button goes light and says "Activate")
2)…
>>> More