I just started using the latest version of VisualGDB with VS 2015 and after experimenting with window layouts while debugging decided to reset the window layout back to defaults (Window->Reset Window Layout). Now I can’t find the CPU registers window that used to be in the lower right window while debugging. How do I get them back? I didn’t see any obvious menu option, but I may have missed it.
Another question related to device registers… I’m developing on an STM32F401, and when looking at the list of peripheral registers (before they disappeared!) I noticed that they were listed in no discernible order. This applies both to the ordering of the peripherals in the list (TIM1, USART1, etc) and the ordering of registers for each peripheral. I would have expected them to either be in alphabetical order or in the order they are listed in the device’s reference manual. Is there a way to put the peripherals (and their constituent registers) into some semblance of order?