GDB: GNU gdb (GDB) 7.6.1
VS Code: 1.52.1(system setup)
I just want to get the hexadecimal value of some variable while debugging.
I tried to add the variable like "variable,h
" and "variable,x
" but it shows the error
Must specify the format as: 'natural', 'binary', 'decimal', 'hexadecimal', or 'octal'
Is there any proper solution to this situation?