Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Debugger in Eclipse Che with local binaries

Hello,
 
Actually I'm running Eclipse Che with local binaries.
 
My question is: How do I add the debugger?
 
I followed this doc https://github.com/eclipse/che/wiki/Development-Workflow#debugging
But I get errors when trying to execute the command:
 
Super Dev Mode starting up
   workDir: C:\Users\<username>\AppData\Local\Temp\gwt-codeserver-5945928194782937024.tmp
   Job org.eclipse.che.ide.IDE_1_0
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
      binding: locale=en
         [WARN] property 'locale' cannot be set to 'en'
         allowed values: default
         recovered with locale=default
      binding: user.agent=safari
      Compiling module org.eclipse.che.ide.IDE
         Ignored 13 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
         Computing all possible rebind results for 'org.eclipse.che.ide.client.inject.IDEInjector'
            Rebinding org.eclipse.che.ide.client.inject.IDEInjector
               Checking rule <generate-with class='org.eclipse.che.util.ExtensionRegistryGenerator'/>
                  Tracing compile failure path for type 'org.eclipse.che.ide.client.inject.IDEInjector'
                     [ERROR] Errors in 'file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/assembly/assembly-ide-war/target/generated-sources/gen/org/eclipse/che/ide/client/inject/IDEInjector.java'
                        [ERROR] org.eclipse.che.ide.bootstrap.IdeBootstrap cannot be resolved to a type
                     [ERROR] Errors in 'org/eclipse/che/ide/bootstrap/IdeBootstrap.java'
                        [ERROR] org.eclipse.che.ide.bootstrap.ExtensionInitializer cannot be resolved to a type
                     [ERROR] Errors in 'jar:file:/C:/Users/<username>/.m2/repository/org/eclipse/che/core/che-core-ide-app/6.10.0-SNAPSHOT/che-core-ide-app-6.10.0-SNAPSHOT.jar!/org/eclipse/che/ide/bootstrap/ExtensionInitializer.java'
                        [ERROR] org.eclipse.che.ide.client.ExtensionManager cannot be resolved to a type
                     [ERROR] Errors in 'file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/assembly/assembly-ide-war/target/generated-sources/gen/org/eclipse/che/ide/client/ExtensionManager.java'
                        [ERROR] Line 54: No source code is available for type org.eclipse.che.sample.ide.ServerServiceExtension; did you forget to inherit a required module?
         [ERROR] Errors in 'org/eclipse/che/ide/client/IDE.java'
            [ERROR] Line 24: Failed to resolve 'org.eclipse.che.ide.client.inject.IDEInjector' via deferred binding
      [ERROR] Compiler returned false
 
 
Do you have any suggestions?
 
best regards,
Tobias
 

Back to the top