Variable Watch slow/How to change value format on the fly
Hi,
I’m really liking the STM32CubeIDE Extension for VSCode. Definitely a huge leap forward.
One of the few things that I miss from STM32CubeIDE based on Eclipse (the “old” one) is the variable Watch (not live watch, regular watch) speed. It seems significantly slower on VSCode. I deal with a lot of multidimensional matrices so it’s very noticeable for me.
Additionally, I know I can run some preRunCommands to set the watch variables to hex. But I cannot seem to figure out how to change them to binary or back to decimal while I’m debugging. This is a feature I use a lot since I deal with mixed formats in my projects.
Any help is much appreciated
Thanks

