Skip to main content



      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 09:12 Go to next message
Eclipse UserFriend
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 03:50 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Debugging eclipse binaries [message #1816195 is a reply to message #1816170] Wed, 23 October 2019 08:23 Go to previous message
Eclipse UserFriend
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: Fri Apr 18 01:07:45 EDT 2025

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

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

Back to the top