Hello Michal,
The collapse command works like charm - and the bugfix as well!
Here I have some other improvment suggestions:
Is it possible to have a comment coloumn for the "variable watch" - sometimes it would just be nice to write some additional information for one variable.
We are often working with error flags in a bit field. Is it possible to have "bit field enum"? For every activated bit the output is build like 0b1000 0101 = "err1 err3 err8 ".
Is it possible to have 4 bits grouped if show as BIN is activated e.g. "0b0011 0110 1111 0011"
We have an array (uint16_t var_array[12]) and an index (uint8_t i) in the MCU code. Is it possible to show var_array[i] in the variable watch?
Best regards
Sebastian