Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Debugging eclipse binaries(How can I get a hold onto .pdb files for eclipse's own .dlls and .exe ?)
Debugging eclipse binaries [message #1816146] Tue, 22 October 2019 13:12 Go to next message
Alexandre Borgoltz is currently offline Alexandre BorgoltzFriend
Messages: 31
Registered: July 2009
Location: France
Member
Hi,

This might not be the perfect channel for my question - if so please advise me kindly !

I have an eclipse RCP application in production on ~8000 computers.
It runs on Windows + jdk 32bits. It is based on a 4.6 version of eclipse.
It makes extensive use of the SWT browser component, and this seems to be the source for a large amount of JVM crashes.

I would like to debug the execution of the program but it is difficult because I cannot seem to find debug symbols files for the binaries (especially eclipse.exe, eclipse_XXXX.dll from org.eclipse.equinox.launcher.win32.win32.x86).

Is there a repository somewhere where I could find this symbol files ?

Thanks in advance !
Re: Debugging eclipse binaries [message #1816170 is a reply to message #1816146] Wed, 23 October 2019 07:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33227
Registered: July 2009
Senior Member
This tutorial describes how one can set up an IDE that counts all the sources of everything in the platform SDK.

https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning

This will include all the Equinox Git repositories as well as SWT.

But note that support for 32 bit has been dropped so you'll have to look in the Git history for such things.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Debugging eclipse binaries [message #1816195 is a reply to message #1816170] Wed, 23 October 2019 12:23 Go to previous message
Alexandre Borgoltz is currently offline Alexandre BorgoltzFriend
Messages: 31
Registered: July 2009
Location: France
Member
Thank you Ed, this definitely helps. I will try recompiling the right (old) version of the binaries with adding an option to generate the debug symbols.

Quote:
note that support for 32 bit has been dropped

I know but I have no choice - there are legacy 32bit DLLs I have to load in my application... so I'll have to do with it !



Previous Topic:Problem setting up target platform for multi-platform builds
Next Topic:Re https://www.eclipse.org/forums/index.php?t=rview&goto=1817477#msg_1817477
Goto Forum:
  


Current Time: Tue Oct 15 03:42:10 GMT 2024

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

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

Back to the top