Kubernetes
Debug Assistant
Forward an existing process's debug port and generate an editor attach configuration.
Debug Assistant forwards a debug port from a process that is already running in a Pod and generates an attach configuration for your editor.
Start a debug session
- Select an existing Pod and container.
- Choose a supported debugger preset or enter the remote debug port and remote source path.
- Start the session.
- Copy the generated attach JSON into the matching editor configuration.
- Stop the session when finished to close the port forward.
What Debug Assistant does not do
Dockerman does not create an ephemeral toolbox Pod, inject debugging tools, share another Pod's process or network namespace, mount its volumes, or open a debug terminal. The target process must already expose and listen on the selected debug port.
Use the regular Pod terminal when the selected container already contains a usable shell.