Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Prevent Stepping into DBISAM Source Code
Sun, Jun 3 2012 11:07 PMPermanent Link

Alex Vastich

Hi

When I step through source code lines for debugging, it also steps through DBISAM units such as DBISAMEN.  Does anyone know how to prevent units from being included in source code debugging?  I am using Delphi 5 and DBISAM V3.3.

Thanks
Alex
Mon, Jun 4 2012 12:05 PMPermanent Link

Jose Eduardo Helminsky

HPro Informatica

Alex

Just add a compiler directive at the beginning of each unit you want to
remove from debug.

unit dbisamtb;

{$D-}

Eduardo

Image