mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
When disassembling IL add a flag to enable showing sequence points. We can already specify PDB loading; take advantage of that to provide debug information for the decompiler. When the `--il-sequence-points` flag is used the behavior is the same as with `-il`, but sequence point information is aslo emitted. This leaves things open to adding an `--il-metadata-tokens` flag too.pull/2193/head
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue