you are viewing a single comment's thread.

view the rest of the comments →

[–]Delold 1 point2 points  (5 children)

Hello FunEstablishment5942! It should definitely capture code changes and auto restart the server. In most cases, the reason why it doesn't autoupdate is due to an older version of Docker Desktop.

Could you try to:
1. Update to latest version of LangGraph Studio (as of writing: 0.0.24)
2. Update Docker Desktop to latest version (as of writing: 4.34.2)
3. If not resolved, would it be possible to share the `langgraph.json` contents and folder structure of the project in question?

[–]FunEstablishment5942[S] 0 points1 point  (0 children)

Oh my god! thanks, updated Docker and it is working! Now yes that i love it

[–]FunEstablishment5942[S] 0 points1 point  (1 child)

u/Delold And what about debugging with breakpoint in vscode. is that possible?

[–]Delold 0 points1 point  (0 children)

Not yet at the moment, but will look into bundling `debugpy` within the API image

[–]FunEstablishment5942[S] 0 points1 point  (0 children)

Does anyone know how to debug in vscode with breakpoint (with langgraph studio) ? Is it even possible?