Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复:
1.支持断点禁用状态
2.修正断点命中时,非顶层堆栈层次无法查看成员变量值的问题
3.修正断点命中时,无法查看适配器类型(ILRuntime.Runtime.Enviorment.CrossBindingAdaptorType)的变量的CLR成员的值
4.支持自定义索引器重载
功能限制:
1.暂不支持以下运算符:++、--、x??y、as、check、uncheck、default、is、nameof、new、sizeof、typeof
2.暂不支持用户定义转换运算符(implicit、explicit)
3.数学运算符,逻辑运算符与比较大小运算符不支持AOT
4.不支持扩展方法
5.暂不支持命名空间