Hi,

This is unfortunately impossible.

You can experiment to try to find the minimum amount of checkboxes you have
to enable in the release configuration to get line numbers, I believe you
have to check "Emit debugging information" in the compiler page and check
"Enable debugging" in the iPhone build page.

"Emit debugging information" will emit the mdb file, and extra nops in the
IL to ease debugging.
"Enable debugging" will do all sorts of runtime changes to make it as easy
as possible to debug. That includes generating slower (but more debuggable)
code. Memory usage is also higher (in particular to keep the required
information to be able to translate from the memory offset an exception
occurs to a line number)

I hope this helps,
Rolf

On Tue, Apr 17, 2012 at 9:24 AM, René Ruppert
<[email protected]>wrote:

> Hi,
>
>
>
> what is the  correct configuration in Monodevelop if I want RELEASE builds
> (and their increase in performance and advantage of less memory being used
> compared to DEBUG builds) with line numbers in case of a (managed) crash?
>
> Possible at all?
>
>
>
> René
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to