Super Lint

Luís Marques luismarques+spam at gmail.com
Wed Sep 20 17:02:11 PDT 2006


Derek Parnell wrote:
> I have used this type of thing as a temporary debugging aid. But I suppose
> I could use ...
> 
>  	for (int i = 0; i < 10; i++)
>  	{	foo();
>  		debug break;
>  	}

Also you could not run the lint tool on the temporary debugging code. 
Like Frits said, it's nice to have a tool that detects forgotten 
debugging code, so if the tool trips on common debugging aids that might 
even be useful.



More information about the Digitalmars-d mailing list