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

WIP: Add attachDotnetDebugger debug option

Open JustinGrote opened this issue 3 years ago • 0 comments

PR Summary

Adds an option to attach the omnisharp C# debugger for binary module projects, enabling mixed debugging for Powershell Binary Modules.

https://user-images.githubusercontent.com/15258962/161343566-2db46660-2276-43ee-8c4c-3f0080b5386c.mp4

WIP Checklist

  • [ ] Cleanup on Temporary PSIC stop
  • [ ] Multi-Root Workspace Validation
  • [ ] Generalize to allow specification of a config name
  • [ ] Support both C# and F# debuggers

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets. Please mark anything not applicable to this PR NA.

  • [x] PR has a meaningful title
  • [x] Summarized changes
  • [x] PR has tests
  • [x] This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

JustinGrote avatar Apr 01 '22 21:04 JustinGrote