Newbie to DB2 V8 UDB here...
We develop on Client machine's running Win2K which hosts the local DB we use for building SQL Stored Procedures. We are using the free "Cygwin" 'C' compiler and have configured it to allow successful builds.
However, when we "Build for Debug" and then "Debug" the procedure it never hits any "Breakpoints" but does display a message of "Debug Started", "Calling the Stored Procedure" & finaly "Debug Completed"... with a "Success". But it never stops so one can walk through it?
Anyone have similar issues which they were able to resolve? Does it work with SQL or just Java procedures?
I've seen on other posts something about an "ini" file which you must set "DEBUG=YES" ... is that my problem.