Skip to content

Debugging with vscode

Actions
Debug your GitHub Actions by Accessing via Browser based VS Code
v2
Latest
Star (13)

Tags

 (2)

action-debug-vscode

Remote Access your GitHub Actions via Browser based VS Code. Built using vscode server and Cloudflare tunnel

Features

  • Debug your GitHub Actions by Remote Accessing your Github Action Runner
  • Continue your Workflows afterwards
video.mp4

Supported Operating Systems

  • Linux
  • macOS
  • Windows

Getting Started

steps:
- uses: fawazahmed0/action-debug-vscode@main

The URL to access the vs code will be printed in Github Actions log.

Set Token

Default token is root. You can change it to something else.

steps:
- uses: fawazahmed0/action-debug-vscode@main
  with:
      token: "root"

Also you need to set your token in url, eg: tkn=root

Continue a workflow

If you want to continue a workflow, just create an empty file with the name continue in the project directory.

Thanks to

God 🙏 (Remember! Be thankful to God)

Debugging with vscode is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Debug your GitHub Actions by Accessing via Browser based VS Code
v2
Latest

Tags

 (2)

Debugging with vscode is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.