Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Disablinbg stepping through DBISAM source?
Mon, May 14 2007 2:42 AMPermanent Link

"Al Vas"
Hi,

This is a question I've been meaning to ask for awhile.  When debugging,
often I have to step through DBISAM source code and I am unsure why this has
defaulted this way.  Ideally I only want to debug through our own created
code as it saves alot of time.  I can remember there being a way to stop
this for component code.  Using Delphi 5.  Any help appreciated.

Alex

Mon, May 14 2007 3:17 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Al


Add {$D-} at the top of the DBISAM source

Roy Lambert
Mon, May 14 2007 4:02 AMPermanent Link

"Al Vas"
Thanks Roy,

Actually found an easier way.  Looked at the envronment settinhgs library
psths and the dbisam one was pointing to the source directory.  Changed the
path to the parent and voila no more scrolling through DBISAM code.

Cheers

Alex
"Roy Lambert" <roy.lambert@skynet.co.uk> wrote in message
news:0A46FDCE-9ED6-46A1-8ADF-B5796F2984DC@news.elevatesoft.com...
> Al
>
>
> Add {$D-} at the top of the DBISAM source
>
> Roy Lambert
>

Mon, May 14 2007 4:13 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Al


I've often had problems with that and Delphi complaining it can't find the source to scroll through.

Roy Lambert
Image