Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Debugging Che plugins - e.g. those on https://github.com/eclipsesource/che-tutorials

Thank you. After reading the doc again and trying out a few more things, I am now able to debug my plugins. Still working on trying to understand how best to do source mapping using Visual Studio Code, but I am all set - thanks again for your continuing support!

> On 11 Jan 2018, at 14:39, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> 
> Hi Andrew,
> 
> I recommend starting with what is in the Wiki here:
> https://github.com/eclipse/che/wiki/Development-Workflow#debugging
> 
> Jonah
> 
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
> 
> 
> On 11 January 2018 at 13:29, Thomas Mäder <tmader@xxxxxxxxxx> wrote:
>> Depends on the kind of plugin. IDE? WSAgent?
>> 
>> /Thomas
>> 
>> 
>> 
>> On 01/10/2018 09:15 PM, Andrew McLachlan wrote:
>>> 
>>> Hi,
>>> 
>>> I’ve been making a few simple plugins for Che and up until now, I’ve been
>>> putting print statements in them to debug them. Can anyone recommend a good
>>> article about how to get setup to debug a Che plugin? For example, I’d like
>>> to set breakpoints and step through plugins like those found here
>>> https://github.com/eclipsesource/che-tutorials using an Eclipse IDE or Che
>>> IDE or other recommended IDE?
>>> 
>>> Thanks in advance!
>>> 
>>> Andrew
>>> _______________________________________________
>>> 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
>> 
>> 
>> _______________________________________________
>> 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