Skip to content

Releases: BartmanAbyss/vscode-amiga-debug

1.3.2

30 Nov 19:15
Compare
Choose a tag to compare

updated to WinUAE 4.9.0 beta 42
fixed debug overlay redraw issue (broken since 1.2.0)

1.3.1

12 Nov 22:58
Compare
Choose a tag to compare
  • (internal) use webpack for both extension and webview
  • fix "Disassemble ELF file" (broken since 1.3.0)

1.3.0

12 Nov 20:24
Compare
Choose a tag to compare
  • savestate gfx-debugging/profiling (.uss files created by any WinUAE)
  • resource viewer supports hires
  • resource viewer shows copper screens of every profiled frame

1.2.4

24 Oct 21:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

23 Oct 22:36
Compare
Choose a tag to compare
1.2.3: fix #85, #71, #84

1.2.2

23 Oct 16:59
Compare
Choose a tag to compare
1.2.2: fix multi-frame profile screenshots, alignment error

1.2.1

19 Oct 20:30
Compare
Choose a tag to compare
1.2.1: Updated to WinUAE 4.9.0 (2021.10.14)

1.2.0

15 Oct 18:40
Compare
Choose a tag to compare
1.2.0: Updated to GCC 11.2.0 and GDB 12.0.50.20211014-git

1.1.0

07 Oct 16:54
Compare
Choose a tag to compare

The extension is now available in the Visual Studio Marketplace, so install it from there and it will keep itself updated.

This is essentially 1.1.0-preview44 released as 1.1.0

1.0.0

31 May 17:05
Compare
Choose a tag to compare

The extension is now available in the Visual Studio Marketplace, so install it from there and it will keep itself updated.

CHANGELOG:

  • added function-level + DMA profiling: during a debugging session, press the Profile button on the right of the debug toolbar, and 1 frame will be profiled.
  • added ELF file size profiling: right-click an ELF file in the explorer, and select Amiga: Profile File Size
  • added WinUAE debug overlays. See template project for debug_* function calls for an example
  • updated to latest 64-bit WinUAE
  • added command Amiga: Open Terminal
  • fixed disassembly
  • improved INCBIN macro to correctly report binary size to the size profiler.
  • added INCBIN_CHIP macro to put binaries directly into chip mem.
  • better demo project, shows copper, bitplanes
  • support for different Amiga models (A500, A1200, A4000) in .vscode/launch.json
  • now available in the Visual Studio Code Marketplace