Reported by jteh on 2011-02-24 06:45
It would be useful to have more control over nvdaHelper debug builds. Currently, nvdaHelperDebug=1 sets the DEBUG flag, enables assertions, provides symbols and pdbs, and uses the debug CRT. However, there are times when one wants symbols but nothing else, particularly the debug CRT, which can obscure the cause of certain crashes. We should also determine for certain whether we actually need pdbs at all, since it seems that symbols are also exported in the dlls.
Reported by jteh on 2011-02-24 06:45
It would be useful to have more control over nvdaHelper debug builds. Currently, nvdaHelperDebug=1 sets the DEBUG flag, enables assertions, provides symbols and pdbs, and uses the debug CRT. However, there are times when one wants symbols but nothing else, particularly the debug CRT, which can obscure the cause of certain crashes. We should also determine for certain whether we actually need pdbs at all, since it seems that symbols are also exported in the dlls.