Including source code for debug

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jmrunyan
Posts: 1
Joined: Tue 23 Sep 2014 19:13

Including source code for debug

Post by jmrunyan » Tue 23 Sep 2014 19:19

We have v9.3.10 for Delphi 6 with the source code option. After installing ODAC I have copied the source code to the C:\Program Files (x86)\Devart\ODAC for Delphi 6\Source.

I have included this path in the search path for the IDE. I cannot set a break point.

What steps am I missing?

Thanks,

John

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Including source code for debug

Post by AlexP » Wed 24 Sep 2014 07:18

Hello,

Add paths to sources in Delphi Main Menu -> Tools - Environment Options -> Library -> Library Path, and make sure that this record is above the paths to bpl and dcu files of ODAC. Check for the possibility to set a break point.

Post Reply