Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Export and Debug Info
PDE Export and Debug Info [message #592667] Wed, 04 March 2009 10:06
Manuel Selva is currently offline Manuel SelvaFriend
Messages: 189
Registered: July 2009
Location: Grenoble, France
Senior Member
Hi there,

I am trying to compare class file size differences between classes with
debug info and classes without.

To do that I just change my project Java Compiler options. Looking at the
class file size generated in my plugin bin directory clearly show a
difference between classes with debug info and classes without.

My problem is that classes files always have the same size in both cases
(with or without debug info) after having exported my plug-in using
"graphical exporter" (righ click -> export as ...)

It seems PDE always export plug-ins with debug info when I export
graphically. Why ? Did I miss something ?

I know I can set javacDebugInfo=true in my headless build but I just want
to understand why graphically export doesn't behave as expected for me ...

Thanks in advance

Manu


Previous Topic:Missing Jar in Target Platform
Next Topic:headless build - problems with tmp folder
Goto Forum:
  


Current Time: Thu Apr 25 06:03:12 GMT 2024

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

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

Back to the top