Amiga C/C++ Compile, Debug & Profile (fork with libs support) 1.7.7
AmigaC/C++Compile,Debug&ProfileExtension:EnhancedwithLibrariesSupportTheamiga-debugVisualStudioCodeExtension,nowforkedwithlibrariessupport,buildsupontheoriginalvscode-amiga-de
分类: 下载/工具 · 工具软件 | 来源: 点击进入 | 版本: 1.7.7 |
日期: 2025-05-15 | 人气: | 大小: |
标签: C++ debuggers __ext_s __ext_uss __ext_amigaasm __ext_amigaprofile __ext_objdump __ext_shrinklerstats Amiga Assembly (GAS) Amiga Disassembly amiga.assembly amiga.disassembly amiga.objdump amiga.profile amiga.savestate m68k |
功能介绍
Amiga C/C++ Compile, Debug & Profile Extension: Enhanced with Libraries Support
The amiga-debug Visual Studio Code Extension, now forked with libraries support, builds upon the original vscode-amiga-debug extension by Bartman^Abyss. This enhanced version offers a comprehensive development environment for Amiga enthusiasts and developers, integrating standard Amiga libraries, MUI, and clib2 to streamline your coding experience.
Key Features:
- Library Support: Access standard Amiga libraries by specifying a Workbench floppy disk or hard disk. MUI SDK v3.9 and libraries v3.8 are included for both compilation and execution.
- clib2 Integration: Utilize clib2 static libraries (stdlib, stdio, amigalib, etc.) for enhanced functionality. Detailed instructions are available at https://github.com/jyoberle/clib2.
- Custom Libraries: Declare custom libraries through assigns, enhancing flexibility in your projects.
- bsdsocket.library: Enable UAE's bsdsocket.library for network-related tasks.
- Startup-Sequence Customization: Add custom commands to the startup-sequence for tailored system configurations.
Getting Started:
- Install the Extension: Download from the Visual Studio Code Marketplace.
- Initialize Project: Create a new project folder and select "Amiga: Init Project With Libs" from the command palette.
- Configure launch.json: Set "kickstart" to your Kickstart 3.1 ROM and "workbench" to your Workbench 3.1 floppy or hard file.
- Build and Run: Press F5 to compile and run a sample project, showcasing the MUI app.
Advanced Usage:
- Hard File Configuration: Specify hard file details in launch.json for WinUAE or FS-UAE.
- Directory Virtual Hard Disk: Use a directory virtual hard disk for the workbench.
- Assigns and Custom Commands: Define assigns and additional commands in launch.json to customize your development environment.
Supported Amiga Models:
- A500, A1200, A1200-FAST, A1200-030, A3000, A4000, with customizable memory configurations.
Using clib2:
- Test clib2 by setting OPTION_TEST_CLIB to 1 in main.c.
- Integrate clib2 into your projects by following the main.c skeleton and configuring your Makefile accordingly.
Fork Enhancements:
- MUI libraries included in DH0: for seamless integration.
- Customizable UAE configuration and startup-sequence for flexible development setups.
Change Log:
- 1.7.7: Updated clib2 to V1_214_1, improved example code.
- 1.7.5: Added clib2 and usergroup.library.
- 1.7.2: Included amiga.lib and alib, added startup-sequence customization.
- 1.7.1: Support for directory virtual hard disk.
- 1.6.8: Initial library support.
Additional Credits:
- Code by JOB.
- MUI by Stefan Stuntz.
- Inspired by AROS code.
- MultiUser Compatible UserGroup.library by Andrea Rafreider.
This fork of the Amiga C/C++ Compile, Debug & Profile extension offers a robust development environment tailored for Amiga developers, enhancing productivity and flexibility in your projects.
版本声明
本文转载于:https://marketplace.visualstudio.com/items?itemName=JOB.amiga-debug-job 如有侵犯,请联系study_golang@163.com删除
更多
相关下载
查看更多
课程推荐
-
- Golang云原生架构师课程
- Go是一门并发支持、垃圾回收的编译型系统编程语言;本课程转载自哔哩哔哩:https://www.bilibili.com/video/BV1Mh411M7A
- 204次学习
-
- MySQL数据管理之备份恢复案例解析视频教程
- 《MySQL数据管理之备份恢复案例解析视频教程》MySQL是一个开放源码的小型关联式数据库管理系统,目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。
- 160次学习
-
- MySQL索引优化解决方案
- 本套课程是根据MySQL索引的设计理念与数据结构、索引使用场景、索引分类、索引运用场景、索引性能分析、查询优化、MySQL索引的慢查询等组成,主要讲述了MySQL索引优化的解决方案,非常适合有MySQL使用基础或者有一定工作经验的同学。课程讲解了解决大数量查询慢的问题、如何编写一个高效的SQL、查询语句应该如何优化、索引的实现原理是什么、索引又应该如何优化...等诸多SQL索引优化的难点和面试点。
- 182次学习
-
- 极客学院Docker视频教程
- Docker是PaaS提供商dotCloud开源的一个基于LXC的高级容器引擎,源代码托管在Github上,基于go语言并遵从Apache2.0协议开源。Docker自2013年以来非常火热,无论是从github上的代码活跃度,还是各大厂商的支持,都使Docker成为了时下最受关注的技术,甚至微软都声称在下一代WindowsServer中集成对Docker的支持。所以我们收集了《极客学院Docke
- 243次学习
-
- Golang进阶实战编程
- 本课程是在《Go语言基础视频》基础之上录制的,是Go语言基础的后半部分。包括包的管理,IO操作,Go语言最大的亮点:高并发,goroutine,channel,反射等。本视频主要为了帮助Go语言的初学者,从零到一的快速入门。学完本套课程,可以学会如果通过包管理Go项目,并发模型,以及并发实现,channel通道如何传递数据,反射等等。
- 127次学习
-
- JavaScript极速入门
- 本套课程将帮助大家迅速掌握JavaScript这门高端的、动态的、弱类型编程语言。知识点简单明了,让你学习0压力,适合新手观看学习......
- 431次学习
查看更多
相关文章
-
- Golangmap实践及实现原理解析
- 2022-12-28 505浏览
-
- GoLand调式动态执行代码
- 2023-01-13 502浏览
-
- 试了下Golang实现try catch的方法
- 2022-12-27 502浏览
-
- 用Nginx反向代理部署go写的网站。
- 2023-01-17 502浏览
-
- MySQL主从切换的超详细步骤
- 2023-01-01 501浏览
-
- Mysql-普通索引的 change buffer
- 2023-01-25 501浏览