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

  1. Connect Any Input: Link any function block that produces data to the Input socket of this block.

  2. Run the Scenario: Execute the flow to log input data to the log window.

  3. 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

No Log Output

If you do not see any output in the log window, ensure that the input data is correctly connected from another block that generates data.

Unexpected Data Type

If the logged data type is not what you expected, verify the previous blocks in the data flow to ensure they are producing the correct type of data.

Non-Array Data Handling

If the input is not an array, confirm that your data types are compatible with the blocks in the preceding flow. This block is designed to handle various types but verify their transformations if any issues arise.

Last updated