Hello,
The display format of a variable named 'value' can not be changed, at least in Local Data window.
Steps to reproduce:
1. Add the following function to your project, add a call to the function.
2. Compile, run on an ARM target.
3. Step into the function.
4. In Local Data window:
-- select variable 'value', press 2, 3, 4
-- right click -> Display As -> Hex, Decimal, Binary
Expected behaviour:
display format of the variable 'value' should change accordingly.
Actual behaviour:
display format of the variable 'value' does not change.
Host: xubuntu 18.something
Target: nRF52 DK
Compiler: arm-none-eabi-gcc 9.2.1
Compiler options: -O0 -g3
Ozone: V3.10g
Kind regards
Vadim
The display format of a variable named 'value' can not be changed, at least in Local Data window.
Steps to reproduce:
1. Add the following function to your project, add a call to the function.
2. Compile, run on an ARM target.
3. Step into the function.
4. In Local Data window:
-- select variable 'value', press 2, 3, 4
-- right click -> Display As -> Hex, Decimal, Binary
Expected behaviour:
display format of the variable 'value' should change accordingly.
Actual behaviour:
display format of the variable 'value' does not change.
Host: xubuntu 18.something
Target: nRF52 DK
Compiler: arm-none-eabi-gcc 9.2.1
Compiler options: -O0 -g3
Ozone: V3.10g
Kind regards
Vadim