Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] How can we improve the PDE build out of eclipse?

Do you mean ability to debug tests and edit the code?
In such case, you can use the `-DdebugPort=...` flag in Tycho, see https://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/test-mojo.html#debugPort

Back to the top