Groups | Blog | Home
all groups > visual studio .net general > april 2004 >

visual studio .net general : User Breakpoint crash when there is no breakpoint



Ryan
4/12/2004 12:03:29 PM
I've seen this bug before but now I'm ready to throw my
copy of Visual Studio .NET through the window because
this one is driving me insane. It defies ALL logic...

I get the User Breakpoint crash only when I comment out
this line...

cout << "Turn " << Counter << " Time: " << nTotalTime
<< '\n';

If I leave it in it runs fine. Its just a cout line, how
does taking it out make my application crash? There are
no dependancies, its just printing out info to the
console window. I even unintalled and reinstalled the
whole VS .NET. Am I truely going insane?

Uri Dor
4/13/2004 2:42:53 PM
things to look for:
1. MACROS
2. operator<< on any classes involved?

[quoted text, click to view]
AddThis Social Bookmark Button