Skip to content

1.0.0

Compare
Choose a tag to compare
@BartmanAbyss BartmanAbyss released this 31 May 17:05
· 799 commits to master since this release

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