Jump to content

Component: Console Debugger (Raspberry Pi) (Runtime Tools)

From Flowcode Help
Revision as of 15:21, 20 January 2023 by Wiki bot (talk | contribs)
Author Matrix TSL
Version 1.0
Category Runtime Tools


Console Debugger component

Component to allow printing debug messages to the Raspberry Pi Console. When simulation the component will print the debug messages to the Console window. Raspberry Pi Only

Component Source Code

Please click here to download the component source project: FC_Comp_Source_DebugPrint.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_DebugPrint.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

print
Print text to the debug stream 
- STRING text
 
- VOID Return


println
Print text to the debug stream followed by CR/LF 
- STRING text
 
- VOID Return



Property reference

Properties

==Macro reference==

print
Print text to the debug stream 
- STRING text
 
- VOID Return


println
Print text to the debug stream followed by CR/LF 
- STRING text
 
- VOID Return



Property reference

Properties

==Macro reference==

print
Print text to the debug stream 
- STRING text
 
- VOID Return


println
Print text to the debug stream followed by CR/LF 
- STRING text
 
- VOID Return



Property reference

Properties