CS 102 (Fall '03)
[Schedule] [Examples] [Programs] [Notes & Reference] [Syllabus] [Lab & TA] [Tests] [Grades]

Using Visual Editors and a Debugger on the EECS UNIX System

NEdit, XEmacs, ddd

Below are brief instructions for the XEmacs and NEdit editors, as well as the ddd debugger. Of the two editors, NEdit is simpler and would be more familiar for those comfortable with an Intel-PC environment. XEmacs is more configurable and powerful, but also more complex.

NEdit

In a console window, type: nedit &

NEdit has cut/copy/paste keys similar to MS Word, if you're familiar with those.

XEmacs

In a console window, type: xemacs &

I don't know how to select a region to be indented/exdented, but it wouldn't suprise me if it is in there somewhere.

ddd Debugger

In a console window, type: ddd &

If you really want to understand how to use this, check out the gnu ddd debugger tutorial, which includes pictures.


[CS Dept] [UIC] [Prof. Reed]