5 .\" Miguel de Icaza (miguel@gnu.org)
9 mint \- Mono ECMA-CLI interpreter.
13 [\-\-help] [\-\-opcode\-count] [\-\-trace] [\-\-traceops] [\-\-profile]
14 [\-\-config filename] [\-\-debug method]
15 program.exe [arguments...]
17 The \fImint\fP program is an interpreter for ECMA CLI byte codes. It
18 executes the bytecodes contains in
25 The following Generic options are supported:
28 Displays usage instructions.
30 .I "--config filename"
31 Load the specified configuration file instead of the default one(s).
32 The default files are /etc/mono/config and ~/.mono/config or the file
33 specified in the MONO_CONFIG environment variable, if set.
36 Traces execution showing when methods are entered and left.
38 Traces execution at the instruction level and displays the stack contents.
40 Shows when classes are initialized
43 Suppresses printing of pointer addresses in trace output.
46 Performs runtime profiling of the code and displays statistics at the
50 Displays the number of opcodes executed.
53 Aborts execution upon hitting an exception.
56 Debugs the method whose name is `method'. You can specify the method
57 like this: `class:method' or `class::method'
60 Displays the number of opcodes executed
62 .SH ENVIRONMENT VARIABLES
65 Provides a search path to mono and mint where to look for library files.
66 Directories are separated by the platform path separator (colons on unix). Example:
67 .B /home/username/lib:/usr/local/mono/lib
70 Assemblies are lodaed from the installation lib directory. If you set
71 `prefix' to /usr, the assemblies will be located in /usr/lib.
73 /etc/mono/config, ~/.mono/config
75 Mono runtime configuration file. See the mono-config(5) manual page
78 Visit http://mail.ximian.com/mailman/mono-list for details.
80 Visit: http://www.go-mono.com for details
82 .BR mono(1), monodis(1)