vscode-amiga-debug icon indicating copy to clipboard operation
vscode-amiga-debug copied to clipboard

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.

Results 33 vscode-amiga-debug issues
Sort by recently updated
recently updated
newest added

Would it be possible to add the ability to create a bootable ADF containing the compiled app along with its required assets as long as it fits onto a floppy?

Hello, I'm a Mac user- wait! don't close the issue yet! As commented in previous issues, adding support for Linux/Mac/whatever is a huge chunk of work, especially the FS-UAE changes....

Hi. It took few days to investigate this, i am amateur. I coudn't make run the example code as WinUAE was giving me constantly error of not finding the disk...

I fail to put a bss section in chip memory. .section .bss_chip, .bss.MEMF_CHIP, .section .bsschip, __attribute__((chip)) etc -none is working. Could you point me in the right direction? Thank you.

Support viewing them one 1 timeline to be able to reason about events that are split between multiple frames.

When capturing and profiling a single frame you can see all changes to any of the exposed resources. For example you can watch the blitter drawing lines cycle by cycle....

When inspecting blits in the profiler any large blit started on one frame and ending on a different frame will not show their teal colored box except for the portion...

In the profiler would it be possible to add a source tab? I find myself debugging complicated irq and blitter sequencing by inspecting progress in the profiler over a frame...

The mask should be channel A and the source channel B for the blit of the bob, the template is doing the reverse. This doesn't cause any noticeable effect onscreen...

Hi, I'm helping out Virgill with his Amigaklang exe generator which uses your cool gcc environment. I updated his project from gcc8 to the gcc10 version and it stopped working...