Jump to content
Dave Novo

Improvements in debugging inline variables in Delphi 13

Recommended Posts

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

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.

 

image.thumb.png.b53af68183d5e4355e10ebc9cf2d7cab.png

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×