vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Feature Request: Override next line to execute when debugging

Open MrDRamos opened this issue 4 months ago • 1 comments

Prerequisites

  • [x] I have written a descriptive issue title.
  • [x] I have searched all issues to ensure it has not already been reported.

Summary

While debugging a PowerShell script step by step I would like to be able to choose the next line of code to execute on the fly. For example, an if statement might be incorrect and the code starts executing the wrong branch. Being able to switch the next exection line to the alternate branch (without the need to restart the entire debug session from scratch) can save a lot of time and agravation. Visual studio C++ and C# debugger have this very usefull feature.

Proposed Design

No response

MrDRamos avatar Jul 12 '25 19:07 MrDRamos