as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

Debugging Web Apps with Vega Studio

Vega Studio is the integrated development environment (IDE) for Vega Apps. It integrates with Chrome DevTools (CDT) to attach and debug WebView apps. With CDT, you can inspect rendered HTML content and debug JavaScript by setting a break point, like an ordinary web app.

Use the following guide to set up a CDT debugging session using Vega Studio.

Prerequisites

  1. Install Visual Studio Code.
  2. Install Vega Studio extension (0.21 or later)

Steps to debug your Vega Web App

  1. Open your app with Vega Studio.
  2. Build a debug variant and launch it.
  3. Launch your app one of these two ways.
    1. Launch from command line.
    2. Tap the Play button on the Vega Studio side bar.

  4. Launch Chrome DevTools from Vega Studio
  5. Open the Vega Studio side bar and click "Chrome DevTools." Vega Studio side bar with Chrome DevTools option

  6. Notice the combo box to select the target runtime. Select WebView to debug HTML + JavaScript content running on WebView. Vega Studio combo box

  7. Chrome DevTools appears in the editor and attaches to the WebView runtime. You can inspect HTML and JavaScript source code, as well as set breakpoints in the JavaScript code. Vega Studio combo box

Last updated: Feb 19, 2026