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

While debugging, run the code until the line at the cursor position. Temporary breakpoint button

Open ALIENQuake opened this issue 2 years ago • 0 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

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.

Proposed Design

image

ALIENQuake avatar Sep 27 '23 06:09 ALIENQuake