mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
NodeLookup population runs per AST node (and per annotation) on every on-screen C# decompile, but the debug-step highlighter only consumes it when a step limit is set. Gate the node-tracking token writer on StepLimit so the common Release path skips the bookkeeping; AvaloniaEditTextOutput is an ISmartTextOutput, so it still gets full syntax highlighting via the existing branch. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3847/head
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue