ubaldot / vim-microdebugger

A tiny plugin on top of Termdebug for remote debugging (docker, MCUs, etc)
Vim License
3 stars 0 forks source link

Aux windows don't stack in order. #1

Closed ubaldot closed 4 months ago

ubaldot commented 4 months ago

If user sets g:microdebugger_aux_windows = ['asm', 'openocd', 'variables', 'monitor'], then the windows are not stacked in such an order.

ubaldot commented 4 months ago

Fixed.