Results 7 comments of chenzhi

Yes, I think it's the problem of `.class` files in maven packages. This is the major reason why I am not using vscode to develop java. Anticipate for **Remote Development**...

有可能是authStr文件中的json内容要用双引号?例如: {"Username": "admin", "Password": "xxxxxxx"} 我加上双引号后就没问题了,你可以试试

Pod's file namespace is difference from debug container's file namespace. Firstly, use command `ps -elf ` to determin the pid of your pod's main thread. Then find the pod's `/root`...

The content key in your imagePullSecrets must be "authStr", can you check it? Like this: ``` # kubectl get secret kubectl-debug-registry-secret -o yaml apiVersion: v1 data: authStr: xxxxxxxxxxxxxxxxxxxxxxxx kind: Secret...

I was create a PR to solve this problem. #111

Hi, I was create a PR to solve this problem. #111

Hi, any plan to release new version for this enhancement?