kekyo / IL2C

IL2C - A translator for ECMA-335 CIL/MSIL to C language.
Apache License 2.0
401 stars 36 forks source link

Switch from IL support to InlineIL.Fody #76

Closed kekyo closed 3 years ago

kekyo commented 5 years ago

Currntly, the test cases use IL support, but it's unstable for produced debugger informations. I found another solution:

https://github.com/ltrzesniewski/InlineIL.Fody

kekyo commented 3 years ago

Continued using ILSupport now.

Not valid debugging info causes containing IL-based code location information (not C# code location). It problem isn't fixed when use ILAsm, I understood and reserved future improvement.