News /release from Pastek:

Advance Debugger is a tool I have made to build and debug homebrew GameBoy Advance programs. It runs on Windows 2000/XP platform and need at least DirectX 8. It is made up of two programs:

* ADVDBG.exe
An IDE which used to build GBA programs developed in C/C++ language.
Its built-in emulator gives it debugging capability while your program is running.

* Emulator.exe:
This program's behaviour close to a classical GBA emulator and offer a better emulation speed than ADVDBG but has less debugging features.
At any time you can switch the program execution to ADVDBG.exe.

Remarks:
========

- Advance Debugger has been built to work with the GCC compiler (DevkitAdvance, DevkitArm and HAM).
The building process may not work with any other compiler or devkit.

http://www.gbadev.org/tools.php?showinfo=1264