debug()

Write the argument string to the meson build log.

Signature

(since 0.63.0)

# Write the argument string to the meson build log
void debug(
  str | int | bool | array[str | int | bool] | dict[str | int | bool] message,     # The message to print
  str | int | bool | array[str | int | bool] | dict[str | int | bool] msg...,      # Additional parameters will be separated by spaces
)

Arguments

The function debug() accepts the following positional arguments:

Name Type Description Tags
message str | int | bool | array[str | int | bool] | dict[str | int | bool]

The message to print

Additionally, the function accepts between 0 and infinity variadic arguments (msg...) of type str | int | bool | array[str | int | bool] | dict[str | int | bool].

Additional parameters will be separated by spaces

The results of the search are