Debugging Direct Oracle Access Modules

jgrace5

Member
I compiled DOA in debug mode, installed the components, etc. When I run a program with components like oracle they work fine, but I can't debug into, say, Oracle.pas, or set valid breakpoints. What is my error?
 
I have solved it.. I had invalid paths

_______
Hello,

i've a same problem. But if I'd changed {$D-} to {$D+} in Oracle.inc, debuging still not work.

I proceeded as follows:
Delphi is shutdowned..
Change parameter at "$(BDS)\DOA\Source\Oracle.inc"
Start Delphi

My settings:
Delphi XE3
Library path: $(BDS)\DOA
Browsing path: $(BDS)\DOA\Source\

What i did wrong?
 
Last edited:
Back
Top