Date: Tue, 30 Jan 1996 08:44:38 +0100 (MET) From: Ollivier Robert <roberto@keltia.freenix.fr> To: nate@sri.MT.net (Nate Williams) Cc: pblonde@agrium.com, freebsd-hackers@freefall.freebsd.org Subject: Re: compilers Message-ID: <199601300744.IAA11217@keltia.freenix.fr> In-Reply-To: <199601291823.LAA08459@rocky.sri.MT.net> from "Nate Williams" at "Jan 29, 96 11:23:12 am"
next in thread | previous in thread | raw e-mail | index | archive | help
It seems that Nate Williams said: > > I am interested in finding out if there is any > > effort/interest in creating (if it does not already exist) > > an advanced IDE comparable to the > > Borland/Microsoft/Watcom/etc. environments for > > FreeBSD and/or Linux. > > I'm interested in the results, but don't have time to help implement > it. For now, I'm using XEmacs + ddb, which works, but not as well as > the PC stuff. (Though I do like having my choice of editors). Ever had a look at xwpe-1.4.2.tar.gz ? This is the file README for the xwpe distribution, version 1.4.0. xwpe is a X-window programming environment designed to use on UNIX-systems. It is similar to 'Borland C++ or Turbo Pas- cal' environment. The difference between the programming environments from Borland an xwpe is that many compilers and linkers may be started. From a menu three different debuggers can be chosen. And of course not only key strokes can select these options you can also use a mouse. Errors that occur while compiling and linking a programme can be examined in the sources: The cursor will jump to the corresponding line in the source-file. Programmes using more than one source-file can be managed with the so called project-option (see also project-file). The programme can be started from within the Programming-Environment and errors may be found using a debugger. The debugging-environment allows the user to set and unset breakpoints directly in the source code. The contents of variables may be displayed in a special window, the Watch-Window. This window is updated while reaching a breakpoint. The Stack-Window displays the programme stack. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #1: Sun Jan 14 20:23:45 MET 1996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601300744.IAA11217>