Hello everyone
I'm new to this stuff, I know a little programming in C and a little electronics. I'n doing the first tutorials and here is a question I have:
I've created a variable y(integer) and I want to see how it's value changes through the whole program running like it can be gone on regular C compilers. Is it possible to do in arduino?
Thanks in advance!
Oleg
Hi Oleg.
You are in the online editor IDE section.
Is that what you are using ?
If not we can get this moved to a more suitable section.
I want to see how it's value changes through the whole program running like it can be gone on regular C compilers.
Regular C compilers can't do what you seem to be asking for. Regular debuggers can. If you can figure out how to write a debugger that runs on the Arduino, and takes input from, and sends output to, a GUI running on the PC, then, yes you could. And, a lot of people would thank you. But, it seems unrealistic.
Thank all for prompt respondes. I've found what i was looking for, here is a link for a youtube clip, unfortunately its in Hebrew, but still it possible to understand what is going on .