> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipthing.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 调试

> 我们在ShipThing中配置的调试方法。

ShipThing 已经预先配置了 [VSCode](https://code.visualstudio.com/) 作为调试器。`.vscode/launch.json` 文件包含了调试器的配置，并且配置为适用于 monorepo 中的所有应用程序。

要使用调试器，只需在 VSCode（或任何兼容 VSCode 的编辑器）中打开应用程序，然后转到调试面板（Windows/Linux 上按 Ctrl+Shift+D，macOS 上按 ⇧+⌘+D）。选择一个启动配置，然后按 `F5` 或从命令面板中选择 `调试：启动调试` 来开始调试会话。
