Debugging Window | Browsing Source Code in the Editor |
The menu bar is specific to the GNU Emacs Editor Window. For information on standard menu commands, see the online documentation available through the GNU Emacs Help menu.
The WorkShop menu that appears in the menu bar when GNU Emacs is connected to Sun WorkShop contains the following commands:
Project | Allows you to add or remove the current file from the current project. |
Build | Allows you to run a build on either the current target makefile or the file displayed in the editor. |
Breakpoints | Allows you to set or delete breakpoints in the code displayed in the editor. |
Program | Allows you to reset, continue, or interrupt program execution. |
Step | Allows you to step into, over, or out of code displayed in the editor. |
Stack | Allows you to move up or down a stack or pops a stack after a fix. |
Eval | Allows you to evaluate selected expressions and what they point to. |
Browse | Allows you to search for references to or definitions of a selected language element. |
Fix | Allows you to recompile a file or program. |
Quit WorkShop | Disconnects from Sun WorkShop without quitting the editor. |