Hello, this
is my first post to the list so my apologies if I ask a predictable and
often-answered question! (Is there a FAQ for this list?)
I have
begun implementing a subset of Erlang in v2.0 of the CLR. Just last night I ran
into the compilation session of this year’;s PDC (that is also how I found
this list). In that session, it was mentioned that emitting basic file line/column
info is nearly enough to get the VS debugger to operate with my new language
implementation.
Obviously,
this sounds great to me! Does anyone have documentation of what I should emit
and what further actions I should take to get the debugger working? I have had
a hard time tracking down this type of information. I am not looking for 100%
of all debugging features (as measured against the debugging features of C#),
but any debugging features for my language implementation would be great.
Well, thank
you all for listening!
|