vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

Report actual status when running Debug command for component

Open dgolovin opened this issue 3 years ago • 2 comments

In relation to #2229. There is no way to understand what has failed. Debug command goes through three steps:

  • pushing component in debug mode
  • running debug port-forward and capture local port from port mapping printed into standard output
  • starting nodejs debugger usin localhost:port, where port is identified on step 2

All those steps should be visible in notification with progress, so we can identify where exactly debug command failed.

dgolovin avatar Sep 11 '21 00:09 dgolovin

Thank you. About the debug feature from windows remote to Z cluster, I can help to debug the reason.

xkwangcn avatar Sep 13 '21 02:09 xkwangcn

@xkwangcn thanks! Let's continue in #2229.

dgolovin avatar Sep 14 '21 05:09 dgolovin