You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Andre Fischer <aw...@gmail.com> on 2014/03/06 09:52:01 UTC

Iterator debugging

With the transition from stlport to system STL we lost some (most?) 
debugging support for STL on Windows.  The MSVC STL offers debugging 
support but that is not activated in our builds.  There is, for example 
the _HAS_ITERATOR_DEBUGGING environment variable that is responsible for 
activating iterator debugging.  However, that only works when doing a 
"retail build" (compiler message is "warning CRT1005: Iterator debugging 
not supported in retail builds.")
Does anybody know how to turn off retail builds?  Building a non-pro 
version of OpenOffice is apparently not enough.

Additional ideas for debugging system STL are also welcome.

Regards,
Andre

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org