[Mono-list] assembly bind tracking

fozzie david_aiken at yahoo.com
Mon May 4 21:52:09 EDT 2009


Thanks! I've added the following statements at the start of the app before
mono_jit_init_version():

    mono_trace_set_mask_string ("asm"); 
    mono_trace_set_level_string ("info"); 
    mono_trace_set_level(G_LOG_LEVEL_INFO); // needed to catch the assembly
loads.

and the output is quite helpful.
-- 
View this message in context: http://www.nabble.com/assembly-bind-tracking-tp23375955p23379742.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list