Current 'Debug' command just use odo debug port-forwarding output to get local port out of stdout. If different components expose the same port for debugging then 'Debug' command fails when one attempts to start debug sessions for both components at the same time.
To solve the problem extension should find first free to use port and pass it with --local-port option.
Current 'Debug' command just use
odo debug port-forwardingoutput to get local port out of stdout. If different components expose the same port for debugging then 'Debug' command fails when one attempts to start debug sessions for both components at the same time.To solve the problem extension should find first free to use port and pass it with
--local-portoption.