- ScriptRunnerでdebugpy_OSGeo4W.pyを実行。
- 次で.vscode/launch.jsonを作成。remoteRootを${workspaceFolder}に変更。
Menu / Run / Add Configuration…
- Python Debugger
- Debug Configuration: Remote Attach
- Enter the host name: localhost
- Enter the port number: 5678
- デバッグ開始。
Menu / Run / Start Debugging