I am creating a dll by lazarus and calling from another host application creating by lazarus too.
I config the debug compile option with above two projects:
and set Host Application
in Run parameters
with dll project:
and click F9
in the dll project, the Host application is started. However, execution of the dll project does not stop at a breakpoint I set in the dll project.