Debug / simulation

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Billduck1302
Posts: 14
http://meble-kuchenne.info.pl
Joined: Fri Dec 06, 2024 4:41 pm
Has thanked: 1 time

Debug / simulation

Post 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?
Attachments
Template_MEGA.fcfx
(12.64 KiB) Downloaded 18 times
FC2 Simulate.jpg
FC2 Simulate.jpg (136.34 KiB) Viewed 910 times

medelec35
Matrix Staff
Posts: 1966
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 629 times
Been thanked: 659 times

Re: Debug / simulation

Post 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.
Martin

chipfryer27
Valued Contributor
Posts: 1575
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 357 times
Been thanked: 561 times

Re: Debug / simulation

Post 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

medelec35
Matrix Staff
Posts: 1966
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 629 times
Been thanked: 659 times

Re: Debug / simulation

Post by medelec35 »

lol, it happens to us all.
I'm glad I could help. :)
Martin

Post Reply