# `Common.Message.Debug`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L8850)

# `t`

```elixir
@type t() :: %Common.Message.Debug{
  ind: XMAVLink.Types.uint8_t(),
  time_boot_ms: XMAVLink.Types.uint32_t(),
  value: Float32
}
```

Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
