[nem-en] debugging ??

Kamil Skalski kamil.skalski at gmail.com
Sun Nov 6 22:06:12 CET 2005


Thanks for such an extensive tests!

I guess I figured out what is happening. We should not emit
 DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints

as it probably does what it says (ignore sequence locations from pdb file).
csc must have some other way of marking locations in assemblies.

As for EditAndCountinue we cannot emit it, because we do not support
this feature and it is  not related.

I fixed (r5905) and retested setting breakpoints and it works for me
now (I still don't know why 0.9.1 version doesn't work for you, but
this is another story)

https://nemerle.org/mailman/pipermail/svn/2005-November/005878.html

2005/11/6, Philippe Quesnel <philippe.quesnel at gmail.com>:
> oops, small detail to be clear:
>  to test, I would just uncomment out ONE of the commented debuggable
> attributes at a time.
>
>  ie
>
>  //~ [assembly:Debuggable(true,false)] // enable debugging,
> enabeloptimizations
> [assembly:Debuggable(DebuggableAttribute.DebuggingModes.Default)]
>  //~
> [assembly:Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
>  //~
> [assembly:Debuggable(DebuggableAttribute.DebuggingModes.DisableOptimizations)]
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
>
>


--
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list