Debug Input
This function block is specifically designed for debugging purposes in the node editor. It provides users with the ability to log the content of input data, facilitating easier tracking and validation of data flow within the system.
📥 Inputs
Input
This input accepts any generic data type, allowing users to check the content passed through the block.
📤 Outputs
This function block does not produce any outputs.
🕹️ Controls
This block does not have any interactive controls. It's designed solely for the debugging purpose of logging data.
🎨 Features
Data Logging
Automatically logs the type and details of the input data to a designated log window.
Versatile Input Handling
Capable of handling various data types, including arrays, strings, and more.
📝 Usage Instructions
Connect Any Input: Link any function block that produces data to the
Input
socket of this block.Run the Scenario: Execute the flow to log input data to the log window.
Check Log Output: Monitor the log window for detailed information about the data being processed.
📊 Evaluation
When executed, this function block will log the type and value details of the input data in the log window. This can help in verifying whether the correct data is being passed through the flow.
🛠️ Troubleshooting
Last updated