[lazarus] Lazarus help html document
Michael A. Hess
mhess at miraclec.com
Tue Jan 11 04:12:13 EST 2000
Vincent Snijders wrote:
>
> It may be a bit of topic, but what I really feel missing in the
> how-to-pages, is how to set up a compiler-debugger team or an IDE such
> as TP.
>
> I have heard rumours that there is an IDE for go32v2 and RHIDE which
> is suposed to run on linux as well. I think Shane and some others use
> DDD. So there really must be something more then notepad (editpad) en
> plain ppc386.
Well you can get the version of FPC that contains an IDE. You just need
to download a snapshot. The only problem is that it uses a clone of
Turbo Vision which has some problems so the source can't be distributed.
This means you can't build the IDE yourself. (If I understand it
correctly).
As mentioned you can also try using RHIDE. If you are working on a Win32
machine you can use the fpide to work with Free Pascal. It doesn't
currently integrate a debugger but that isn't that big a deal. You can
still run the debugger separately.
http://cc5336-a.ensch1.ov.nl.home.com/fpide/
As you mentioned you can use DDD for debugging. It does all the step
through stuff you are looking for. You can get Linux and I believe
Windows version of DDD.
http://www.cs.tu-bs.de/softech/ddd
As to using notepad as an editor. Well I use the editor found in MC (not
GMC). It has all of the syntax highlighting I need. I then compile from
the command line and when I need to trace code I use the debugger.
Granted it will be nice when we can have it all in one package but that
is what we are working towards. :-)
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the Lazarus
mailing list