apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
862 stars 344 forks source link

provide an option to exit `kamel debug xxx` when debugger is attached #2275

Open apupier opened 3 years ago

apupier commented 3 years ago

When usign the kamel debug xxx, the process stay alive until the debugger is detached. To allow reuse with built-in fuinctionalities in VS Code (and increase the numbe rof possibilities for advanced VS Code users), it would be convenient to have a n ooption that will end the process when the debugger is attached. it will allow VS Code to automatically detect that ti is ready and attach a Java debugger (using some defaults configurations).

I think that a kamel debug disconnect xxx shoudl be provided at teh same time.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

apupier commented 2 years ago

still relevant

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

apupier commented 2 years ago

still an important feature for Debugging experience