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?

Thanks a lot, Mickael. I think you just help me to find out my big misunderstanding on this hotswap feature. I'll check it out. 
Have a nice day.

On Mon, 13 May 2019 at 12:04, Mickael Istria <mistria@xxxxxxxxxx> wrote:


On Mon, May 13, 2019 at 11:56 AM Kai Chu <chuck.chu.liu@xxxxxxxxx> wrote:
I don't think java remote debugger does this feature, it is something PDE does.  am I right?

It's not an Eclipse PDE feature, it's a general Java debugger + Eclipse JDT capability. Anything that uses a combination of both (that includes PDE Build and Tycho for debugging) with have this feature.
So you could totally use Tycho + remote debugging and connect the debugged tests to JDT like any remote Java application and have hotswap like in any other Java application debugged with Eclipse IDE.
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/pde-dev


--
Best Regards,

Kai Chu

Tel: 0702150276Email: chuck.chu.liu@xxxxxxxxx | Website: www.googlin.se

Back to the top