How to debug remote embedded PowerShell instances with VS code

This solution allows you to debug remote embedded PowerShell instances which includes:

  • powerJobs Processor
  • powerGate
  • DataStandard

Prerequisites

  1. A current version of Visual Studio Code
  2. A current version of the PowerShell extension for Visual Studio Code
  3. The source code you want to debug organized in a Visual Studio Code workspace and opened in Visual Studio Code
  4. A Visual Studio Code launch configuration file for the workspace. Note: This will be overwritten frequently so please make sure not to have precious content in the file

You can find more information about the usage on coolOrange LABS