使用 WebStorm 查看 watch window 中的十六进制变量

View variables in watch window in hex using WebStorm

我正在使用 WebStorm 2016.3 编写 node.js 代码。在调试期间,我想使用十六进制的手表 window 查看 Uint8Array[10] 变量。现在以十进制显示。

如何让 WebStorm 以十六进制而不是十进制显示变量?

没有这个选项。

这是我能找到的最匹配的工单:https://youtrack.jetbrains.com/issue/WEB-13942 -- 观看它 (star/vote/comment) 以获得有关任何进展的通知。


P.S. 提到了现有的 "View as | Hex" 调试器功能 here 但我不确定 context/technology 是什么,因为它似乎无法用于简单的 JavaScript 调试。