Skip to content

Releases: BartmanAbyss/vscode-amiga-debug

1.4.2

27 Jun 19:24
Compare
Choose a tag to compare
  • fixes missing shrinkler terminal output
  • Shrinkler: fixed progress output (only went to 10% instead of 100%)

1.4.1

23 Jun 18:56
Compare
Choose a tag to compare
  • fixed DMA display for blitter (Channel D was missing, Channel B and C incorrectly had Line & Fill attribution) (fixes #104)
  • added more DMA events (CPU Blitter Steal, CPU Blitter Stolen, Copper Skip)
  • fix Makefile for users with git sh in their path (fixes #103)

1.4.0

16 Jun 16:08
Compare
Choose a tag to compare

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

13 Jun 20:29
Compare
Choose a tag to compare

fix debugger not working when kickstart symbols not found (broken since 1.3.8)

1.3.8

13 Jun 19:19
Compare
Choose a tag to compare

symbols for Kickstart 1.3 [exec 34.2] (GDB only, dos.library missing)

1.3.7

31 May 11:09
Compare
Choose a tag to compare

fixed crash in assembly view #97

1.3.6

17 May 20:10
Compare
Choose a tag to compare

use VSCode built-in memory viewer for Amiga: View Memory

1.3.5

16 May 11:01
Compare
Choose a tag to compare
  • 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

10 May 20:39
Compare
Choose a tag to compare
  • 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

08 May 20:10
Compare
Choose a tag to compare
  • 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