Dave Novo 59 Posted Thursday at 06:09 PM Has anyone noticed any improvements in debugging inline variables in Delphi 13? In Delphi 12.3 it is basically broken, and does not work for me 90% of the time. Always said "undeclared identifier" and other nonsense while trying to debug. Share this post Link to post
DelphiUdIT 261 Posted Thursday at 07:40 PM I tried some debugging, and it seems that inline variables are now handled better: they appear both in the "Local Variables" debug window and with the cursor over the variable. Be aware, however, that they only appear after the corresponding line has been executed. Share this post Link to post