PDA

View Full Version : Using JDBG files for standard packages


dmlvc
22-Mar-2011, 01:56 PM
Hi!

We need some explanation of knowledge base article:


Q: I build my application with run-time packages. Is there a way to get call stack working for standard packages?

A: ...
You need to use jdbg files with bpl that you use in your application. EL is capable of reading debug information in JDBG format.


What does it mean exactly? How can we use it? Should we post-process standard packages by EL using .jdbg instead of .map? Or should we deploy .jdbg files along with our application? Some another way?

Thank you!

Alex
22-Mar-2011, 02:50 PM
Hi,

This means that if you need/want call stack for Delphi's BPLs - you need to deploy .jdbg files for Delphi's BPLs. EurekaLog is capable of using them.