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:
ignore big list of exceptions ignore come own codebase. make sure checkbox have highlighted marked.
then when run program, stop @ line causes exception.
Comments
Post a Comment