Debugging langgraph in vscode
- Install a pip package debugpy
pip install debugpy
- The command to run the application with debugger is
langgraph dev --allow-blocking --debug-port 5678
- on the visual studio code. Navigate to Run & Add configuration
- python debugger
- Remote Launch
- localhost
- 5678
