Woodshop_Alex has it. That's bit me before too.
Main Topics
Browse All TopicsI create simple application with host main module and addins in bpl packages.
It's work fine, but I can’t debug packages.
Debug information included, and I can set breakpoints in design time, but after starting they disabled.
Thank you.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
“Build or Build All” not solved this problem.
May be problem in directories settings.
MainModule source in $(DELPHI)\Projects\BZGA\Ma
LibEventLog source in $(DELPHI)\Projects\BZGA\Ma
I set:
$(DELPHI)\Projects\BZGA\Ma
After compiling(building) I see exe and bpl modules in $(DELPHI)\Projects\BZGA\Ma
Check the timestamps of the generated BPL. It could be that it's just an old version and that Delphi is putting the newer one in a different location while using the old package.
Another possibility is that Delphi finds the package in a different location first and uses that version instead of the new one. I once had a similar problem with a DLL that happened to be in my BIN folder but an older version was also in my Windows folder. And you guessed it, Delphi picked the old version...
Business Accounts
Answer for Membership
by: Workshop_AlexPosted on 2002-08-30 at 08:47:36ID: 7251706
Then you've compiled the packages without debug information...
It's not enough to compile your project with debug-information. You'll need to rebuild the packages too in that case...