mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Provide possibility for PDS scripts with wrapper applications to enable remote debugging #3261

Closed de-jcup closed 2 days ago

de-jcup commented 3 days ago

Situation

When we have a java wrapper application which is started by PDS it can be very useful to enable remote debugging. But currently we have no PDS parameter for this

Wanted

It shall be possible to define via PDS parameter inside a executor configuration that we want remote debugging for wrapper application.

Solution