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


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to