Releases: BartmanAbyss/vscode-amiga-debug
Releases · BartmanAbyss/vscode-amiga-debug
1.4.2
- fixes missing shrinkler terminal output
- Shrinkler: fixed progress output (only went to 10% instead of 100%)
1.4.1
1.4.0
symbols for Kickstart 1.2, 1.3, 2.04, 2.05, 3.0, 3.1 (no FPU support) working for debugging (e.g. you can set a breakpoint to 'WaitBlit' or 'AllocMem') and profiling
1.3.9
fix debugger not working when kickstart symbols not found (broken since 1.3.8)
1.3.8
symbols for Kickstart 1.3 [exec 34.2] (GDB only, dos.library missing)
1.3.7
1.3.6
use VSCode built-in memory viewer for Amiga: View Memory
1.3.5
- use VSCode built-in memory viewer (click the binary icon beside a variable in the debug view)
- fix crash in WinUAE when requesting a memory dump
1.3.4
- updated to GCC 12.1.0, binutils, GNU gdb (GDB) 13.0.50.20220509-git
- fixed missing error message during launching a debug session when .elf file was not found
1.3.3
- fix some 68k cycle timings
- support breakpoints in .s files
- Assembly: show theoretical 68000 cycles as decoration
- Assembly: fix F12 on local labels
- Assembly: Autocomplete for opcodes, labels
- Disassembly: Hover over CPU instructions to view documentation
- Disassembly: fix loop cycle display in some cases