J jgrace5 Member Jan 5, 2007 #1 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 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?
Marco Kalter Administrator Staff member Jan 8, 2007 #1 You will need to change {$D-} to {$D+} in Oracle.inc.
Z zebyja Member Oct 24, 2013 #1 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: Oct 24, 2013
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?