Despite breakpoints hitting correctly, debug windows are not showing runtime values. They remain blank or unresponsive - making it frustrating to inspect variables during debugging. However in sometimes after build it works but sometimes doesn't work. Also i build it in Debug Build (Not Release Build). I have multiple projects in project group and i ensured the right project selected.
Values not showing in Delphi Debugger:
- Watch List window
- Local Variables window
- Tooltip hover (when hovering over variables)
Building a Delphi (Delphi 10.4.2) project takes significantly longer than with many modern languages. Moreover, after a lengthy Build, often the Debugger still does not show runtime values, which is more frustrating.
Is there a reliable way to verify that the build not only succeeded, but also includes up to date debug information?