• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Debugging problem regarding Nuxeo using Eclipse

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,
I recently downloaded the nuxeo EP, open source JSF project. Now i want
to import it into Eclipse Ganymede and perform some development and
code modifications. I just imported all the nuxeo folders as java
application and the process checked out the repository on my machine.

Now i am having problem to debug into the source code. Can anyone explain me =>
1. How to make a project in eclipse ganymede from the nuxeo source code?
2. How do i start the Debugger console with the Nuxeo project? what
setting to take care of? I want to set breakpoints in the java files
and view the debugger console while application runs in debugging mode.
I am using the following:
1. nuxeo EP v5.2 source installed on linux, the drive is shared on my LAN,
2. Jboss server 4.2.3 GA
installed on linux,
3. jdk 1.5,
4. Eclipse ganymede as my editor installed on windows.

Also it would be a great help if you could tell me the main java file of nuxeo from where the execution begins.


Thanks in advance.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TO debug, just double-click on the light grey area to the left of the source-code. This sets a breakpoint. Then, run the application, or the server, in "Debug Mode." The debugger will come up, and you can step through your code.

-Cameron McKenzie
 
Abhishek Shirodkar
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the info. But i knew this method. I am doubtful is of only one thing, that is the way i have imported the nuxeo source code into eclipse ganymede.
How would i step through in the java code when the jboss server is running on my linux server? I will have to setup remote debugging methodology. but it does not seem to workout.
Can you please assist?



Cameron Wallace McKenzie wrote:TO debug, just double-click on the light grey area to the left of the source-code. This sets a breakpoint. Then, run the application, or the server, in "Debug Mode." The debugger will come up, and you can step through your code.

-Cameron McKenzie

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic