mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Whether a run records was read from the pane's own state at the moment the decompiler was built, on a background task. A step index only means anything against a run recorded the same way, so the full run and the step-limited replay of one of its indices have to agree on it - and a view that can be attached or detached between the two is the wrong place to ask. The flag now travels in DecompilationOptions beside StepLimit and IsDebug, read from the workspace on the UI thread when a run starts. Putting it on the tab instead would miss the tabs opened after the pane, and the pane can be opened before any tab exists at all. Assisted-by: Claude:claude-opus-5[1m]:Claude Codepull/4029/head
6 changed files with 35 additions and 18 deletions
Loading…
Reference in new issue