[PR #1628] [CLOSED] Feat: Add launch.json for debug #1642

Closed
opened 2026-04-24 23:59:54 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1628
Author: @huyunan
Created: 7/18/2025
Status: Closed

Base: masterHead: local_dev


📝 Commits (2)

📊 Changes

3 files changed (+26 additions, -0 deletions)

View changed files

.vscode/launch.json (+20 -0)
📝 android/gradlew.bat (+1 -0)
📝 nuxt.config.js (+5 -0)

📄 Description

Brief summary

Add debugging functionality

Which issue is fixed?

no

Pull Request Type

frontend or the backend

In-depth Description

Adding the launch.json file enables VS Code to perform Chrome debugging.

How have you tested this?

The tests have shown that both Vue and JS files can be debugged, and this process will not affect the npm run build command.

Screenshots

no


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1628 **Author:** [@huyunan](https://github.com/huyunan) **Created:** 7/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `local_dev` --- ### 📝 Commits (2) - [`d34ae59`](https://github.com/advplyr/audiobookshelf-app/commit/d34ae59d53c648272c20a5548c416dd586097a28) debug调试功能添加 - [`0b837e4`](https://github.com/advplyr/audiobookshelf-app/commit/0b837e434603da8b20a89f1b131ea7e21391c09c) add pause ### 📊 Changes **3 files changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/launch.json` (+20 -0) 📝 `android/gradlew.bat` (+1 -0) 📝 `nuxt.config.js` (+5 -0) </details> ### 📄 Description ## Brief summary Add debugging functionality ## Which issue is fixed? no ## Pull Request Type frontend or the backend ## In-depth Description Adding the launch.json file enables VS Code to perform Chrome debugging. ## How have you tested this? The tests have shown that both Vue and JS files can be debugged, and this process will not affect the npm run build command. ## Screenshots no --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:54 +02:00
adam closed this issue 2026-04-24 23:59:54 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1642