Page 1 of 1

Hex display in WATCH window

Posted: Sun Oct 20, 2024 4:28 pm
by NurEng
Hello ,
I am using platformio in VScode to debug esp32-wrover kit .
I need to display the numbers in the watch window in hexidecimal insrtead of decimals.

I must see this in the watch window not by using gdb commands.

In platformio , the debug_init_cmds =
set output-radix 16

causes problems in the debugger.

thank you for any help