[Lazarus] Using fpHTTP - Will not link in
JoshyFun
joshyfun at gmail.com
Sun Oct 11 17:05:54 CEST 2009
Hello Lazarus-List,
Sunday, October 11, 2009, 4:36:39 PM, you wrote:
LJ> I've tried putting break points inside the fpHTTP unit for FindModule and other
LJ> methods and execution will not stop there. In fact, the coloring of the
LJ> breakpoint indicates that it is somehow optimized out or just not linked into
LJ> the application and in practice that is what is happening.
FPC is by default compiled without debug information, so you can not
debug fpc units or setup breakpoints. You can recompile your FPC
with debug information.
--
Best regards,
JoshyFun
More information about the Lazarus
mailing list