Re: Debug Info in class files

2012-12-28 Thread Erik Joelsson
On 2012-12-28 02:47, Mani Sarkar wrote: Hi guys, I have been following this thread and would like to see some examples on using the below (-g and/or DEBUG_CLASSFILES=true options when running the make command with the new build-infra system). This variable only works with the old build system

Re: Debug Info in class files

2012-12-27 Thread Ben Evans
Hi Miten, You may also want to think about joining the Adopt OpenJDK project - a number of our members may well be interested in use cases like this. Thanks, Ben On 26 Dec 2012 12:13, "miten mehta" wrote: > Hi, > > I was using eclipse ide to remote debug tomcat web app which used oracle > jdk

Re: Debug Info in class files

2012-12-27 Thread Erik Joelsson
Most of the classes in the jdk will not be compiled with -g option by default. If you build openjdk yourself, you can force debug info in classes by setting DEBUG_CLASSFILES=true when running make. /Erik On 2012-12-26 13:12, miten mehta wrote: Hi, I was using eclipse ide to remote debug tomc