summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/debug.yaml
blob: 4a4508c401d9bc495da0b3307b010976235102ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: debug
returns: void
since: 0.63.0
description: Write the argument string to the meson build log.

posargs:
  message:
    type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
    description: The message to print

varargs:
  name: msg
  type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
  description: Additional parameters will be separated by spaces