What is the difference between “Limited Debugging Information” and “Debug Information” in Delphi XE5 compiling setting
问题 Delphi XE5 compiler for Win32 has new setting for Debug Information: Limited Debugging Information . What is the difference between Limited Debugging Information and Debug Information ? 回答1: Some compilers provide variants of the debug flag that provide different levels of debugging information and optimization. Depending on the options you use when compiling and linking your program, the debugging information available in the program's executable file may range from full to nonexistent.