[MonoDevelop] How to Call Mono with Tracing & Profiler Options

Michael Hutchinson m.j.hutchinson at gmail.com
Wed May 19 22:02:41 EDT 2010


2010/5/19 Jacek Rużyczka <stacheldraht at interia.pl>:
> Hi folks,
>
> Mono ships with tracing & profiler options like these:
>
> mono --trace=<assembly> <EXE file to run>
> mono --profile=default:stat,jit,time,alloc <EXE file to run>
>
> Now I would like to run Mono with these options from within MD. I found the
> "Execute with user-defined parameters" menu entry, which opens a dialog for
> entering user-defined parameters. But when I enter "--trace=iwawi.exe" or "-
> profile=default", nothing happens. Mono seems to run without these options.
>
> What is wrong?

These parameters get passed to your program, not to Mono. Check the
"Mono options" tab of that dialog.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list