Online Help for Item: interactive

% avrora -help interactive
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group

Usage: avrora [-action=action] [options] 
Usage: avrora -help [category]

MONITOR OVERVIEW

    The "interactive" monitor allows the user to interact with the program
asit executes, including placing breakpoints, watchpoints, and inspecting the
stateof the simulation. Currently, it only supports terminating the simulation
at breakpoints.

OPTIONS

    Help for the options accepted by this monitor is below.

    -breakpoints: list = (null)
        This option selects a list of breakpoints in the program that
        can be either labels (such as the start of a function) or
        hexadecimal addresses that begin with "0x". Breakpoints will
        be inserted into the program and the simulation will terminate
        when any of these locations are reached.

For more information, see the online documentation at 
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list: 
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.