Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Nios II IDE - Variables window format

When I debug a Nios II project the IDE "Variables" window always defaults to Natural data format.

This is very annoying since most of my data is useless when displayed in this way and I need to manually change the format nearly at every breakpoint hit!

So I'm asking if is it possible to default the format to Hexadecimal?

I couldn't find any help or reference to this in the manual.

Thanks

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I do this fon NiosEDS. I think that in NiosIDE is the same:

    Window/preferences:

    C/C++->Debug:

    - Default variable format: The options are: Natural,Hexadecimal,Decimal and Binary.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Perfect.

    I assumed it should be in the Run/Debug section: that's why I couldn't find it.

    Thank you