2020-03-24 12:52 PM
2023-09-27 06:27 AM
No update since a while, closing the post.
2020-03-31 08:47 AM
Dear KChiz,
Did you check the "Expand Variable List" checkbox in the "exe-config" node panel (as shown in attached picture)?
It should normally show the content of data structure and the arrays.
Best Regards,
Thierry
2020-03-31 11:07 AM
OK, I got it. I'm using C++. For some reason this feature works only for 'structs' but not for classes.
Same code compiled using arm-none-eabi-gcc 9.2.1 i C++ mode. If I use 'struct' keyword.
It looks OK.
However is I use 'class':
No fields of class are visible:
So this question should be re-classified as "Expand variables does not work with classes".
2020-04-14 12:58 AM
Dear Kchiz.1,
The C++ classes are actually not supported by our executable parser. We will look at this support in a futur release.
2023-09-27 06:27 AM
No update since a while, closing the post.