My application dynamically loads BPL packages at runtime by using the LoadPackage
function.
LoadPackage('.\MyPackage.bpl');
I need to set breakpoints for debugging the code of the MyPackage project.
I've set both executable and package project build configuration to "Debug" but each time I run the application, all break points that I've placed into MyPackage's code doesn't work and appear as follows:
Further informations:
I've set the executable as "Host application" for the dynamic package: