I am using Delphi XE7.
When I build (Shift + F9) my project (Win 32 platform) the blue dots do not appear in the source code of some procedures. Because of that it is impossible to trace the instructions of these procedures.
My project has 33 forms, 1 data module form with 18 queries (TFDQuery), one for each table of the database. The biggest unit is the unit of the data module form (25,866 lines).
- Project Manager Build Configuration = Debug.
- Project Option:
- Delphi Compiler > Compiling:
Debug information = Debug information;
Local symbols = true;
Symbol reference info = reference info. - Delphi Compiler > Linking:
Assertions = true;
Include remote debugging = true;
Map file = Detailed.
- Delphi Compiler > Compiling: