delphi - How do I identify what code is generating " '' is not a valid floating point value" error dialogue box -


i using delphi 2010 , have program keeps generating error dialog box stating

'' not valid floating point value

how delphi show me line generated error?

the easiest way solve run under debugger , have configured notify on language exceptions, tools | options:

enter image description here

ignore big list of exceptions ignore come own codebase. make sure checkbox have highlighted marked.

then when run program, stop @ line causes exception.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -