Scroll to navigation

ozd(1) General Commands Manual ozd(1)

NAME

ozd - oz debugger/profiler

SYNOPSIS

ozd options URL -- args...

Run application URL under control of the Oz debugger. options are for the debugger and args are the command line arguments for the application itself. The double dash -- separates the arguments intended for ozd from those intended for the application being run under the debugger.

Display information on legal options, then exit
This option is the default: it starts the debugger. The other possibility is -p to start the profiler.
This is the other mode of operation: it starts the profiler instead.
Starts a subordinate Emacs process. This will be used to display the source code currently being debugged. You will also be able to set breakpoints easily on source lines.
Specifies the Emacs binary to run for option -E. The default is $OZEMACS if set, else emacs.