gansheer commented on issue #4443:
URL: https://github.com/apache/camel-k/issues/4443#issuecomment-1609403554

   Could you give detail how you are deploying your operator and integration ?
   
   From what I understand about this --port/--port-remote is to configure some 
Kubernetes Port-forwarding.
   
   When I run `kamel debug test --port 500` I have the following logs:
   ```
   Enabling debug mode on integration "test"...
   [1] Monitoring pod test-64c474d7f4-gjz9j
   [1] exec java 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -cp 
./resources:/etc/....
   [1] Listening for transport dt_socket at address: 5005
   Forwarding from 127.0.0.1:5000 -> 5005
   Forwarding from [::1]:5000 -> 5005
   Handling connection for 5000
   ```
   So when I configure my IDE like explained here but with port 5000 it works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to