mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
Fix hexadecimal printing of variables that can be represented using symbolic const values in DAP as well as the command line interface. Fixes #3485