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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1628
Author: @huyunan
Created: 7/18/2025
Status: ❌ Closed
Base:
master← Head:local_dev📝 Commits (2)
d34ae59debug调试功能添加0b837e4add pause📊 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.