This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where is "radix" setting in preferences?

Guru 15580 points

I would like for CCS to default to HEX instead of Natural for my local and watch variables while debugging. I know I have set these in the past, but for some reason I cannot find them in the preferences window. Can someone remind me where they are?

Thx,

MikeH

 

  • Hi Mike,

    Assuming this for v4, rIght-click on the variable and select 'Format' in the context menu.

    Thanks

    ki

     

  • If you would like to always default to a Hex, then you can go to Windows->Preferences then expand C/C++ and click on Debug and adjust those defaults to hex. These settings are stored in workspace data, thus if you switch a workspace, then you will need to adjust these settings again. 

    Martin

     

  • Martin,

    MartinS said:
    you can go to Windows->Preferences then expand C/C++ and click on Debug

    That's what I was looking for! Thanks.

    I guess what had (has) me confused is why there are under C/C++ as opposed to Run?Debug or CCS??

    Mike