Page 1 of 1

Debug / simulation

Posted: Thu Jan 23, 2025 8:23 pm
by Billduck1302
A simple program "Hello World" that runs fine on a Mega or UNO.
But when I use the FC V10 Debug / Run, the screen as shown in an attachment comes up.
Am I pushing the incorrect button?

Re: Debug / simulation

Posted: Fri Jan 24, 2025 9:00 am
by medelec35
Hello.
No, you have not pushed the wrong button.
What you have shown is a component source code that is being stepped into.
It's a professional only feature that allows you to view Flowcode components source code, which can be useful if you what to see how it works.
To disable the feature press F8 once to start your simulation.
On the Simulation debugger that opens when simulation is running, untick Step into component macros
Information on this can be found within the Wiki here.

Re: Debug / simulation

Posted: Fri Jan 24, 2025 10:25 am
by chipfryer27
Hi Martin

I knew what was going on but for the life of me I couldn't see where the feature was enabled / disabled... Staring me in the face....

Regards

Re: Debug / simulation

Posted: Fri Jan 24, 2025 12:31 pm
by medelec35
lol, it happens to us all.
I'm glad I could help. :)