Ron Blaschke <[EMAIL PROTECTED]> wrote:
> ...  The -Zi
> ("...program database (PDB) that contains type information and symbolic
> debugging information for use with the debugger.") is ok, though.

> config/init/hints/mswin32.pl
>     #Use Edit and Continue debugging if available
>     cc_debug   => ($cc_output =~ m{/ZI} ? '-ZI' : '-Zi'),


> Does anyone need the Edit and Continue feature?

If yes, it can be easily turned on in the local Makefile.

> ...If not, above could simply
> be changed to
>     cc_debug   => '-Zi',

Changed. Thanks for tracking this down.

> Ron

leo

Reply via email to