Re: Source code size and debug disabled

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Fred (Fred_at_discussions.microsoft.com)
Date: 11/15/04


Date: Mon, 15 Nov 2004 01:59:02 -0800

Oleg,

VC6 debugger doesn't work with my .pdb and code but Windbg work !!!.
So it appears to be a problem with VC Debugger and not with the
compile/link/pdb generation step !

So MS Hotline ask me for having my source code. I couldn't give them because
of my client's privacy.
What code do you used to test the limit ?
I would like to give them if it 's possible ?

Thanks,
Fred.

> "Oleg Starodumov" wrote:
>
> >
> > Yes, I can reproduce it. There is a clear limit on the number of lines
> > in one source file (between 30000 - 40000 on VC6, not including comments).
> > After the limit source line information is not available.
> [...]