mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
When the step limit falls on a C# transform step, Stepper.Step records the node as LimitReachedStep but throws before TransformContext can attach the node's highlight candidates, so the 'show state before' view had only the bare modified node to resolve against -- and nothing if that node renders no text of its own. The IL path already records its candidates before the throw; mirror that on the C# side by attaching the candidates to the limit-reached node in the catch, then re-throwing so the pipeline still halts. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3847/head
1 changed files with 16 additions and 1 deletions
Loading…
Reference in new issue