debug DOA

Igor

Member
I change something in DOA and try to debug. But I can not do stop break is not working inside DOA code. I set debug option in DOA package but it's not help. Where is problem?
Delphi 6, DOA or me?

------------------
 
In the Oracle.inc include file you must enable debugging by replacing {$D-} with {$D+}. Furthermore you must make sure that the source files are in the search path of your project.

------------------
Marco Kalter
Allround Automations
 
Back
Top