Code Comments
Programming Forum and web based access to our favorite programming groups.Visual Studio 2003 C# .net It's a recurring problem, Ive several breaks in my code and the debugger doesn't stop when it hits them. Sometimes it will, other times it won't. If I start by pressing F11 it will step into the program ok but after I press F5 then my breaks are ignored as usual. Is there anything I should be looking for (aside from "debug" being in the build window?) thanks Claire
Post Follow-up to this message> Visual Studio 2003 C# .net > It's a recurring problem, Ive several breaks in my code and the debugger > doesn't stop when it hits them. Sometimes it will, other times it won't. > If I start by pressing F11 it will step into the program ok but after I > press F5 then my breaks are ignored as usual. > Is there anything I should be looking for (aside from "debug" being in the > build window?) Try a 'Rebuild Solution' (if that is possible with C#). Probably some object files have not been updated so their debug info is inconsistent with their source files. Common problem under VC++. PeterV
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.