remedybg-issues icon indicating copy to clipboard operation
remedybg-issues copied to clipboard

Additional format specifiers for watch expressions

Open x13pixels opened this issue 5 years ago • 0 comments

[simon] I think something I would like is a "modifier" to specify the syntax of the value column. For example in GDB on linux, you can type "print variable_name/x" to display the value as hexadecimal. I would like to be able to type "pointer, 147,format=x/a/b" (or "pointer, 147,/xab") and it would print the values as hexadecimal, ascii, and binary at the same time.

x13pixels avatar Apr 14 '19 01:04 x13pixels