I figured out the problem. It seems that I had too many files opened
in the .NET 2002 IDE. I close most of them and executed the app again
- and just like magic - it started debugging! I would think this is a
bug.
D.
[quoted text, click to view] dsmtih1966@yahoo.com (D.Smith) wrote in message news:<4650acd0.0404211115.2276a916@posting.google.com>...
> I have my current configuration set to debug, but when I execute (F5)
> - it doesn't stop anywhere. I put a break at the Application.Run(),
> but it doesn't stop - though clearly the application runs. Usually,
> you will see the ? at the break points - and they eventually go away.
> I don't even see the ? at the break point any time after I hit F5. I
> cleared all the break points and then just added one, but the problem
> persists.
>
> Any ideas as to how to fix and what is going on. My solution contain
> many projects (over 45) - does this have anything to do with it?
>
> Thank you for your help.