Re: DebuggableAttribute
Jason Harrop <[email protected]>
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <CAM-hvXeHrXH3dFKFYfg2qPgEYEryvQ=-c6rJqV8Te66V9z+rog@mail.gmail.com> |
Thanks very much for the clarification Jeroen .. I now understand that what matters is the second flag (isJITOptimizerDisabled). I also found the following post helpful [1] kind regards .. Jason [1] http://dave-black.blogspot.com.au/2011/12/how-to-tell-if-assembly-is-debug-or.html On Mon, Mar 17, 2014 at 9:55 PM, Jeroen Frijters <[email protected]> wrote: > Hi Jason, > > That is a release mode assembly. The second false parameter means that JIT optimizations are enabled. The first true is to make the JIT emit native code to IL offset mappings to make stack traces more accurate. On recent .NET versions this is the default anyway. > > Regards, > Jeroen > >> -----Original Message----- >> From: Jason Harrop [mailto:[email protected]] >> Sent: Monday, March 17, 2014 11:46 >> To: [email protected] >> Subject: [Ikvm-developers] DebuggableAttribute >> >> Hi all >> >> DLLs I've made with ikvmc have (according to ILSpy): >> >> [assembly: Debuggable(true, false)] >> >> Same with the IKVM 7.3.4830.0 DLLs. >> >> So 2 questions: >> >> 1. is there an option I can pass ikvmc to build a DLL in release mode? >> >> 2. would it be striaghtforward for me to rebuild the IKVM DLLs in >> release mode? >> >> thanks .. Jason >> >> ------------------------------------------------------------------------ >> ------ >> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is >> the definitive new guide to graph databases and their applications. >> Written by three acclaimed leaders in the field, this first edition is >> now available. Download your free book today! >> http://p.sf.net/sfu/13534_NeoTech >> _______________________________________________ >> Ikvm-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ikvm-developers ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech