Releases: BartmanAbyss/vscode-amiga-debug
Releases · BartmanAbyss/vscode-amiga-debug
1.3.2
updated to WinUAE 4.9.0 beta 42
fixed debug overlay redraw issue (broken since 1.2.0)
1.3.1
- (internal) use webpack for both extension and webview
- fix "Disassemble ELF file" (broken since 1.3.0)
1.3.0
- 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
1.2.3
1.2.3: fix #85, #71, #84
1.2.2
1.2.2: fix multi-frame profile screenshots, alignment error
1.2.1
1.2.1: Updated to WinUAE 4.9.0 (2021.10.14)
1.2.0
1.2.0: Updated to GCC 11.2.0 and GDB 12.0.50.20211014-git
1.1.0
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
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