Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Headless Build and Debug Info
Headless Build and Debug Info [message #50140] Wed, 11 March 2009 09:29
Manuel Selva is currently offline Manuel SelvaFriend
Messages: 189
Registered: July 2009
Location: Grenoble, France
Senior Member
Hi all,

After a long fight I was able to generate debug info in my headless build
by setting: "compilerArg=-g" as explained here
http://manuelselva.wordpress.com/2009/03/10/headless-build-f or-ever/

Nevertheless I still dind't understand why setting javacDebugInfo=true
doesn't work !!!

After deep debugging it seems the javacDebugInfo=true is correctly
generated in generated build.xml file for my plug-in but then this info is
not correctly transmitted to the JDT compiler. Trying to generated a
simple ant project calling eclipse jdt compiler to compile a simple Java
class with debug info doesn't work ...

Any help to understand what happen here would be great ;o)

Manu


Previous Topic:headless p2 director application
Next Topic:Headless Build and Debug Info
Goto Forum:
  


Current Time: Fri Apr 19 12:38:43 GMT 2024

Powered by FUDForum. Page generated in 0.01976 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top