Language:
Русский
English
Debugging
The Debugging options determine what kind of debugging information is included in the executable file.
│ Debug │ Debug │ Debug
│ info │ with │ with
Debugging │ in │ integrated │ Turbo
Option │ .EXE │ debugger │ Debugger
════════════╪═══════╪══════════════╪══════════
Integrated │ Yes │ Yes │ Yes
│ │ │
Standalone │ Yes │ No │ Yes
│ │ │
The source files you want to be accessible in the debugger must also be compiled with the Debug Information option on (in the Compiler Options dialog box).
The Debug Information option enables the Linker to generate the type of debugging information you've specified here.