mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +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