Step 1: Compile and Configure Parameters
Takingexamples/rag_full.yaml as an example, first execute Pipeline Compilation and complete parameter configuration. This process is consistent with Quick Start, the only difference is that there is no need to execute the run command here.
Step 2: Create Debug Configuration File
Create a.vscode/launch.json file in the project root directory and write the following content:
If you want to debug other Pipelines, just replace the path in args with the corresponding YAML file path.
Step 3: Start Debugging
- Open the Debug panel on the left side of VSCode (shortcut Ctrl+Shift+D).
- Select UltraRAG Debug in the debug configuration.
- Click the green ▶ Start button to run and debug in the integrated terminal within VSCode.