Gix-IDE (and more): next steps

Gix-IDE (and more): next steps

I decided to start these pages (well, there's only one at the moment, but you never know) to provide some feedback on what I am working on in Gix-IDE and in other software projects (some related, others not) that I will be releasing in a few weeks.

I deemed this necessary (or at least useful) because Gix-IDE is currently updated once in a while, basically when I think a release is ready, or due, and I wanted to fill the gap between one release and the other, and let people know that, well, I am still working on it or that, when duty (my day-job) calls, you'll have to be patient.

The next release (1.0.7) is almost ready, as you can read in another post. After that I will restart the work I began a couple of months ago and that involves a complete refactoring of the debugger. The debugger will be a separate module (actually two, at least on Windows, for x64 and x86) and the IDE will communicate with it through a well-defined protocol, that I intend to document (time-constraints permitting, of course). This will have important consequences:

  1. On Windows (and possibly on Linux) it will be possible to debug programs for a different (but obviously supported) architecture: in practice this means that on x64 Windows you will be able to debug both x64 and x86 programs from either version of the IDE, while at the moment you can only debug programs compiled for your host architecture (actually the architecture Gix-IDE was compiled for).
  2. It will be possible to have remote debugging and it will be easier to implement an "attach and debug" feature
  3. It will be possible to use the debugger to develop your own debugging client

I am not promising that all these features will be present in the first major release (it will probably be named 1.1.x) but this is definitely the road ahead.