PDA

View Full Version : can I get girder.exe with the debug information in it?



arey
November 24th, 2002, 05:06 PM
Hi,
To make it easier for the plugin developers to debug theie plugins it would be nice to have the version of the girder executable file with the debug information in it. Ron, if this is possible can you post the girder.exe file with the debug information in it?

Apparently we cannot step into the source code for a plugin unless we have a debug info. in the girder executable. TIA.

Ron
November 24th, 2002, 05:20 PM
You do not need Girder to include debug information to step in the source code of the plugin. I can step in the VC++ plugins without problems.

Besides Girder is an Delphi application and uses a completely different debug mechanism from VC.

arey
November 24th, 2002, 05:48 PM
Ooops! sorry yes, I am able to step into the plugin's source code.