Hi @ramiro,
I am trying to use Okteto for remote debugging of Python applications on K8S, with the VSCode as IDE.
I have “okteto build --deploy” and “okteto up” running
But it seems like I am missing something, because when I start debugging, I get a new local WSL terminal opened in VS Code, and it tries to run my application locally, which I want to be done remotely, if I understand correctly the flow.
Could you please suggest a clue?
Thank you!