changed the settings (project options), don't remember which ones, and the project stopped breakpointing during debugging - the breakpoints, instead of a green checkmark, are pale green with a cross
Breakpoint doesn't work in Embarcadero® RAD Studio XE Version
help me with the compiler settings
go to Project->Options->Delphi Compiler ->Compiling
The following checkboxes should be enabled here:
Debug information TRUE
Local symbols TRUE
SYMBOL Reference info- Definitions only,
Assertions TRUE
And
Optimization FALSE ()
and fully recompile the project via Project->Build project
THANK YOU, it helped
Comments