Tools menu (debugger)
|
Menu Item
|
Meaning
|
Builder...
|
Opens the Builder window on the project for the current program. If MULTI cannot find a project for the current program, it will bring up a builder window on a new project.
|
Rebuild...
|
Rebuilds the current program if the project for the program can be located.
|
Editor...
|
Opens an Edit File dialog box to let you select a file to open in an Editor window.
|
Notepad...
|
Opens an Editor window on a scratch file.
|
Search...
|
Opens MULTI's search window. See
"Search dialog box for the source pane".
|
Grep...
|
Launches the grep utility with the specified string. grep is a program which searches files for a given string. The debugged program's source files and any other open files are searched.
|