Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Problem with extension debug

Hi
I have a problem with debugging an extension from the tutorial. I created an IDE extension as described here:

https://eclipse-che.readme.io/docs/developing-extensions#ide-extension-example

It worked perfectly. Then I tried to learn how to debug the extension. I use IntelliJ, so I followed these steps:

https://eclipse-che.readme.io/docs/developing-extensions#author-extensions-using-intellij-ide

First, it seems, that there is a wrong IntelliJ Run configuration screenshot. The tutorial says to create a configuration under the 'Application', but the screenshot is for 'GWT configuration'.

I created a new 'Application' configuration. Here is my configuration screenshot:Встроенное изображение 1 

I started the CodeServer, created a browser bookmark, opened Che in the browser, clicked on 'Dev Mode On' bookmark and then the message 'Can't find any GWT Modules on this page.' appeared in the browser. 

Встроенное изображение 2

Do you have any ideas what the problem may be?

I used a tagged Che version '4.0.1'.

--
Regards,
Max Gorbunkov

Back to the top