Link to home
Start Free TrialLog in
Avatar of asi
asi

asked on

floating point Error

hi
i"m use deslphi3
during the debug after i"m stop at breakpoint, i"m getting Erro "floating point Error' it always happend after breakpoint. and not in a specicfic place in the code.
when i"m remove the breakpoint i have no "floating point "Ā Error Message .
why ?
thank you
Asi
Avatar of Lischke
Lischke

Oh it seems that your code is so buggy that it influences the IDE and its debugger. Additionally, the debugger in D3 (and D4 for that matter) weren't particularly stable. It happend to me that I had to kill the IDE (although it was perfectly responding) because it wasn't able to kill the process it has started which had a serious bug in it...

Ciao, Mike
From the last two questions you asked, I would try reinstalling Delphi.
Make sure you are compiling with optimisation turned off and stack frames turned on.

Cheers,

Raymond.
ASKER CERTIFIED SOLUTION
Avatar of ms99
ms99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of asi

ASKER

i just close the Watch list and it solve the problem
10x
Asi