You can monitor an expression that includes a cast to
any of the following types:
- 8-bit signed char
- 8-bit unsigned char
- 16-bit signed integer
- 16-bit unsigned integer
- 32-bit signed integer
- 32-bit unsigned integer
- 64-bit signed integer
- 64-bit unsigned integer
- 32-bit floating-point
- 64-bit floating-point
- 128-bit floating-point
- Pointers
- 64-bit complex
- 128-bit complex
- 256-bit complex
- bool
- 32-bit decimal floating-point
- 64-bit decimal floating-point
- 128-bit decimal floating-point
- User-defined types
These data types include, but are not limited to, int, short,
and char.