Paul Melis wrote:
> 
> When compiled with
> 
> gmcs -out:t.exe -debug t.cs

gmcs -debug ....

> 
> and run with
> 
> mono --debug t.exe
> 
> I get
> 
> ---- DEBUG ASSERTION FAILED ----
> ---- Assert Short Message ----
> 
>     at System.Diagnostics.TraceImpl.Assert ()
>     at System.Diagnostics.Debug.Assert ()
>     at Test.Main ()
> ---- Assert Long Message ----
> 
> I.e. no line numbers. Without those my assert statements are useless as
> there are several within the same method.

Indeed, they are if you don't compile using the proper switch ;-)

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to