mmc_options option1 option2 ...
printlevel none
printlevel some
printlevel all
printlevel
scroll on
scroll off
scroll size
scroll
stack_default_limit size
goal_paths on
goal_paths off
goal_paths
scope all
scope interface
scope entry
scope
echo on
echo off
echo
context none
context before
context after
context prevline
context nextline
context
user_event_context none
user_event_context file
user_event_context proc
user_event_context full
user_event_context
list_context_lines num
list_context_lines
list_path dir1 dir2 ...
list_path
push_list_dir dir1 dir2 ...
pop_list_dir
fail_trace_counts filename
fail_trace_counts
pass_trace_counts filename
pass_trace_counts
max_io_actions num
max_io_actions
xml_browser_cmd command
You can use the apostrophe character (') to quote the command string,
for example "xml_browser_cmd 'firefox file:///tmp/mdbtmp.xml'".
xml_browser_cmd
xml_tmp_filename filename
xml_tmp_filename
format [-APB] format
The browser maintains separate configuration parameters
for the three commands ‘print *’, ‘print var’,
and ‘browse var’.
A ‘format’ command applies to all three,
unless it specifies one or more of the options
‘-A’ or ‘--print-all’,
‘-P’ or ‘--print’,
and ‘-B’ or ‘--browse’,
in which case it will set only the selected command's default format.
format_param [-APBfpv] param value
The browser maintains separate configuration parameters
for the three commands ‘print *’, ‘print var’,
and ‘browse var’.
A ‘format_param’ command applies to all three,
unless it specifies one or more of the options
‘-A’ or ‘--print-all’,
‘-P’ or ‘--print’,
and ‘-B’ or ‘--browse’,
in which case it will set only the selected command's parameters.
The browser also maintains separate configuration parameters
for the different output formats: flat, pretty and verbose.
A ‘format_param’ command applies to all of these,
unless it specifies one or more of the options
‘-f’ or ‘--flat’,
‘-p’ or ‘--pretty’,
and ‘-v’ or ‘--verbose’,
in which case it will set only the selected format's parameter.
alias name command [command-parameter ...]
If name is the upper-case word ‘EMPTY’,
the debugger will substitute the given command and parameters
whenever the user types in an empty command line.
If name is the upper-case word ‘NUMBER’,
the debugger will insert the given command and parameters
before the command line
whenever the user types in a command line that consists of a single number.
unalias name