Live variables format - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forum-1.html) +--- Forum: Using EmBitz (https://www.embitz.org/forum/forum-2.html) +--- Thread: Live variables format (/thread-91.html) |
Live variables format - vdaniel - 29-11-2021 Is it possible in the current version to choose the live variables format: decimal, hexadecimal, ... ? If not it will be very desirable to have such a possibility in the next version. vdaniel RE: Live variables format - embitz - 29-11-2021 Please check the context menu in the editor during debugging. There is a menu item where you can change vartip base. Besides "auto" also "binary", "decimal", "hex" etc are supported. |