RemedyBG's disassembly formatter in watch window.
An upcoming feature in RemedyBG that can be used for formatting an array of elements into a nested table where each (optionally named) column is described by an arbitrary expression. The expression can use the pseudo-variable $
for the current element of the array along with __index
for the current index. The expression shown in the screenshot is InputBoxes, InputBoxCount { @idx __index; @width $.BoxMax.x - $.BoxMin.x; @height $.BoxMax.y - $.BoxMin.y; @light $.IsLight }
.
Ability to show local variables using "__locals" expression in watch window.
New string view format specifier for viewing long, multi-line strings in the watch window.