icsharpcode / ILSpy

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
21.45k stars 3.35k forks source link

While loop with break shows as 'Exit for' #797

Closed TheBarret closed 7 years ago

TheBarret commented 7 years ago

I might be wrong but does it suppose to display "Exit For" in a while loop?

Screenshot: jiv5th8

Opcodes: opcode.txt

This project is from a script engine that compiles to IL called Delta

dgrunwald commented 7 years ago

We just landed a new decompiler engine, which does not support VB at the moment. If we add back VB support in the future, it'll likely be a completely new implementation, so closing all VB-related issues.