Gix-IDE: the standalone debugger

The "standalone debugger" for Gix-IDE is almost here. Preliminary tests are going very well, and while I cannot give a firm release date, a pre-release (Windows only at first) should be coming in September.

The new debugger will at first have more or less the same feature set of the old one, but the new architecture will allow in the future things as remote debugging and cross-architecture debugging (i.e. debugging x86 code on x64 platform).

The debug clients (including obviously Gix-IDE) will connect using a standard client library, and it will be possible to write a client from scratch or incorporate the debug client library into existing tools (I am writing a minimal text-based client to simplify testing the library).