Hi all.
I wondered why the variables( trig and echo) didn't change the value when I debugged.
Help me.
Hi all.
I wondered why the variables( trig and echo) didn't change the value when I debugged.
Help me.
Hi,
You might have release setting for your project.
The release mode has level 3 for optimization and it can be changed local variable by compiler.
Change the project to debug mode and try it again
Thanks,
Eugene
Thank you !!