Hello everyone
I have a weird type of problems
Something never happend to me before
I am calling a function somewhere on the code
it is not happening
so
I tried to put the breakpoint before that function and used F8 to trace the code and try to debug it.
Now what is suprising me is
that the tracer is passing and calling that function, but when I try to run the code on the normal mode it is not happening
what is the explination for something the tracer read it, and the normal run mode don't read it ?
Thanks in advanced!