Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Export and Debug Info
PDE Export and Debug Info [message #592667] Wed, 04 March 2009 05:06
Eclipse UserFriend
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: Sun Jul 06 00:15:01 EDT 2025

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

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

Back to the top