# Hexadecimal view

For numerical variables of integer types, you can examine hexadecimal representation instead or alongside the original formatting.

Hex view for integer types is available for both GDB and LLDB debuggers on all platforms, including the [remote debug](remote-development.html) case and [WSL](how-to-use-wsl-development-environment-in-product.html).

Procedure: Enable hex view

1. Go to `Settings | Build, Execution, Deployment | Debugger | Data Views | C/C++`.

2. Set the Show integers as hex values checkbox and choose to have the hex values displayed instead or alongside the original view:

![Enabling hex view in debugger settings](https://resources.jetbrains.com.cn/help/img/idea/2026.2/cl_debugger_dataviews_cpp_hex.png)

Now the hexadecimal formatting is shown both in the [Variables](examining-suspended-program.html#variables) pane of the Debug tool window and in the editor's inline variables view:

![Debugger hex view](https://resources.jetbrains.com.cn/help/img/idea/2026.2/cl_hexview.png)

## See also

### Reference

[Debug Tool Window](debug-tool-window.html)

### Procedures

[Debug](debugging-code.html) [Examine suspended program](examining-suspended-program.html)

### How tos

[Debugger options](configuring-debugger-options.html)

### External Links

[Webinar Recording: CLion Ask Me Anything Session: Debugger](https://www.youtube.com/watch?v=Kz5NQiji9YU5&t=244s) [CLion Debugging Beyond the Basics - Part 1 - Suspended](https://blog.jetbrains.com/clion/2021/03/clion-debugging-beyond-the-basics-part-1-suspended) [Video playlist: CLion Debugger](https://www.youtube.com/playlist?list=PLQ176FUIyIUawCufBKmmWkRq2t5sl1xsM)

