Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Info on how to debug Eclipse Che

Hi Karthik,

The info you want is part of the Wiki, from your description it sounds like you want specifically https://github.com/eclipse/che/wiki/Development-Workflow#debugging-workspace-agent

i.e. find the port number the debug port is listening on and attach a Java application using the "Remote Java Application" launch configuration type.

HTH,
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On Fri, 5 Oct 2018 at 10:56, Karthik Bhat <blitz.opensource@xxxxxxxxx> wrote:
Hi All,
I'm trying to debug Eclipse Che language server plugin (https://github.com/eclipse/che/tree/master/plugins/plugin-languageserver) but I'm unable to find any documentation on how to debug Eclipse Che.

Could you please provide a guide on how to setup debugging environment for Eclispe Che?
I'm currently using Eclipse to build Eclipse Che as mentioned at https://github.com/eclipse/che/wiki/Development-Workflow

Thanks and Regards
Karthik Bhat
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev

Back to the top