Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hypervisor Debug Bridge ToolNew to Visual Studio Code? Get it now.
Hypervisor Debug Bridge Tool

Hypervisor Debug Bridge Tool

lapdang

|
7 installs
| (0) | Free
UI for Hypervisor Tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hypervisor Debug Bridge Tool

Overview

The Hypervisor Debug Bridge Tool is a Visual Studio Code extension designed to provide APIs which access between UI and HW of hypervisor domains via Ethernet connection (and USB for later). It allows users to connect UI to device and have action to control Domain. User can have APIs like connection, Device info, Files Explorer, Shell Terminal, Device control and so on.


Features

  • Connection:

    • Scan all devices are possible in same subnet/network and display in UI.
    • Users can select one device and process to connected.
  • Device Info:

    • Shows detailed information about HW device, including:
      • Name device
      • Serial number
      • OS name
      • Bootloader (version, ...)
      • Storage (total, usage, free...)
  • Files Explorer:

    • Display files are extsting follow path.
    • Handles action copy files between UI (PC host) and device.
  • Shell Terminal:

    • Open Shell Terminal and users can remote to device via Shell.
  • Device Control:

    • Display status of device and service (running, error...) and allow users can restart service, reboot device.

Installation

Prerequisites

  1. Visual Studio Code:

    • Ensure you have Visual Studio Code installed on your system.
  2. Node.js and npm:

    • Install Node.js and npm (Node Package Manager) if not already installed.
  3. Dependencies:

    • The following Node.js packages are required:
      • serialport
      • @serialport/parser-readline

    Install them using the following command:

    npm install serialport @serialport/parser-readline
    npm install ip
    sudo apt install xdotool
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft