Posted By: suess Debug Step Into Doesn't Work - 03/03/10 03:02 PM
Hi I have the latest version of pl/sql running against 10g. Using a test window and test script, the debugger wont step into any package. Ctl+n or step into acts like step over and the script won't load into the test window

declare
-- Local variables here
i integer;
lsResult Varchar2(100);
sObjid Varchar2(100);
lsObjversion Varchar2(100);
lsAttr varchar2(1000);
sAction varchar2(10);

begin
-- Test statements here

lsResult := '';
sObjid := '';
lsObjversion := '';
sAction := 'DO';

Client_SYS.Add_To_Attr('CHARACTERISTIC_CODE','CATEG', lsAttr);
Client_SYS.Add_To_Attr('CONTRACT','VP01', lsAttr);
Client_SYS.Add_To_Attr('PART_NO', 'XQCVF765-1007-B', lsAttr);
Client_SYS.Add_To_Attr('UNIT_MEAS', '', lsAttr);
Client_SYS.Add_To_Attr('ATTR_VALUE', 'Thumb Latch', lsAttr);


IFSAPP.INV_PART_DISCRETE_CHAR_API.NEW__( lsResult, sObjid, lsObjversion, lsAttr, sAction );

end;

Posted By: Theod Re: Debug Step Into Doesn't Work - 03/04/10 06:50 AM
Hi,

did you compile your package with the "add debug information" option (rigth-mouse-menue).

Posted By: suess Re: Debug Step Into Doesn't Work - 03/15/10 06:41 PM
Thanks Theod.

That was the problem.

Posted By: prashant mishra Re: Debug Step Into Doesn't Work - 08/17/15 01:12 PM
I have selected th add debug info but still I am not able to step into my code.
any work around??
Posted By: Marco Kalter Re: Debug Step Into Doesn't Work - 08/18/15 09:47 AM
Are you connected as the owner of the object?
© Allround Automations forums