mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Stepper.Step's break-at-step-limit relies on Debugger.Break(), which is a silent no-op when no debugger is attached. The wiring (command -> RestartDecompileWithStepLimit -> DecompilationOptions.IsDebug -> context.Stepper.IsDebug -> Stepper.Step) was all correct, but the common-case "user runs from a terminal" left the gesture invisible. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 14 additions and 1 deletions
Loading…
Reference in new issue