How to runremote debugging for fastapi based python web app in vscode

Hi @midprasanta,

Hot reloading depends on the process you are running in your development setup. For Python, you can use tools like watchdog or reload to achieve this.

To troubleshoot issues with synchronization, try okteto status --info and observe the last line where the percentage is shown. Alternatively, you can manually test synchronization by changing a file locally and checking it remotely using bash.