Hello to everyone.
I have a small, but a bit annoying issue with the avr-gdb debugging.
Debugging works as well as it should: I can step the code, see register values, etc. However, when code stops at a breakpoint disassembly window remains empty. If I'll use disassemble command then assembler code appears in the debugger log, but the disassembly window is still empty. Probably it will be simpler to understand the symptoms from the attached screenshot.
Is there a simple workaround to put disassemble code in the disassembly window automatically when the step is done?
I use Code::Blocks 16.01 (wx2.8.12) on Linux 64 bit with avr-gcc, avr-gdb and simulavr
Thank you in advance for help