More updates to the man page
[mono.git] / mono / interpreter / mint.1
1 .\" 
2 .\" mint manual page.
3 .\" (C) Ximian, Inc. 
4 .\" Author:
5 .\"   Miguel de Icaza (miguel@gnu.org)
6 .\"
7 .TH Mono "Mono 1.0"
8 .SH NAME
9 mint \- Mono ECMA-CLI interpreter.
10 .SH SYNOPSIS
11 .PP
12 .B mint
13 [\-\-help] [\-\-opcode\-count] [\-\-trace]
14 program.exe [arguments...]
15 .SH DESCRIPTION
16 The \fImint\fP program is an interpreter for ECMA CLI byte codes.  It
17 executes the bytecodes contains in 
18 .I program.exe
19 and optionally passes
20 the
21 .I arguments
22 to it. 
23 .SH OPTIONS
24 The following Generic options are supported:
25 .TP
26 .I "--help", "-h"
27 Displays usage instructions.
28 .TP
29 .I "--trace"
30 Traces execution showing when methods are entered and left.
31 .I "--traceops"
32 Traces execution at the instruction level and displays the stack contents.
33 .I "--traceclassinit"
34 Shows when classes are initialized
35 .TP
36 .I "--profile"
37 Performs runtime profiling of the code and displays statistics at the
38 end of execution.
39 .TP
40 .I "--opcode-count"
41 Displays the number of opcodes executed.
42 .TP
43 .I "--dieonex"
44 Aborts execution upon hitting an exception.
45 .TP
46 .I "--debug method"
47 Debugs the method whose name is `method'.  You can specify the method
48 like this: `class:method' or `class::method'
49 .TP
50 .I "--opcode-count"
51 Displays the number of opcodes executed
52 .PP
53 .SH FILES
54 Assemblies are lodaed from the installation lib directory.  If you set
55 `prefix' to /usr, the assemblies will be located in /usr/lib.
56 .SH MAILING LISTS
57 Visit http://mail.ximian.com/mailman/mono-list for details.
58 .SH WEB SITE
59 Visit: http://www.go-mono.com for details
60 .SH SEE ALSO
61 .BR mono(1), monodis(1)