vscode-powershell
vscode-powershell copied to clipboard
While debugging, run the code until the line at the cursor position. Temporary breakpoint button
Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all issues to ensure it has not already been reported.
Summary
Sometimes there are some large parts of the code that I want to skip but only after I make sure that the previous live(first breakpoint) was executed with correct results. Right now, I adding the second breakpoint at the line that I want to halt code execution and I'm hitting F5, then I'm removing the breakpoint and I'm back to line-by-line debugging. The whole process will be repeated again if I want to follow the same code path.