make

Format: make [string]

Executes the system command make and passes to it the arguments you supply in string. If make succeeds, it kills the current process, removes all state information, reloads the program you are currently debugging, and allows you to continue debugging.

If you are using the MULTI Editor, then any changes you make are saved before make starts. The output of make then appears in a special window. You can examine erroneous lines by clicking the appropriate error messages that appear in this window.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.