-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b33
-
x86
-
windows_xp
On Windows, Program Database (.pdb) files contain debugging information which can be read and used by native Windows debuggers/profilers/etc, making them much more useful for examining the native side of the JDK. We generate .pdbs during the build on a per-dll basis, but don't copy them from build/tmp into the final build or image directory.
To get the most out of native tools, one has to either copy over the .pdb files by hand, or modify the makefile to copy them out of build/tmp.
The debug build of the JDK would be more useful if the .pdb files were already in the correct place.
###@###.### 2005-1-31 23:38:31 GMT
To get the most out of native tools, one has to either copy over the .pdb files by hand, or modify the makefile to copy them out of build/tmp.
The debug build of the JDK would be more useful if the .pdb files were already in the correct place.
###@###.### 2005-1-31 23:38:31 GMT
- relates to
-
JDK-5078593 Need to save Windows map files in sdk image bits for serviceability
-
- Resolved
-
-
JDK-6238351 Change when and if libraries are stripped, debug ones should never be, product ones as late as poss
-
- Resolved
-