Hi, after migration to GCC11 for ARM Cortex-M watching member variables is not longer working (maybe other related features, too).
As documented in the GCC11 release notes the default debugging format is now DWARF-5 which confuses Ozone.
After switching back to DWARF-4 (specifying GCC option -gdwarf-4) it's working again.
Any plans to add DWARF-5 support
Best regards, HS2
As documented in the GCC11 release notes the default debugging format is now DWARF-5 which confuses Ozone.
After switching back to DWARF-4 (specifying GCC option -gdwarf-4) it's working again.
Any plans to add DWARF-5 support
Best regards, HS2