Question
STVD (/w COMSIC Compiler) not able to debug double / float datatype
Posted on September 11, 2014 at 08:20
Hello all,
I`m having some issues using the double or float datatype in STVD with the COSMIC C compiler. I am able to declare those data types but when i start debugging and would like to watch the varibles, STVD shows weird values. for example the simple division 5.0 / 3.0 resolutes in 1,...E-37 which is something like 0. Using float data type has the same effect. I was using break points and the command 'quick watch'. Dennis