Print Thread
Debug Step Into Doesn't Work
#37465 03/03/10 03:02 PM
Joined: Mar 2010
Posts: 23
S
suess Offline OP
Member
OP Offline
Member
S
Joined: Mar 2010
Posts: 23
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;


Re: Debug Step Into Doesn't Work
suess #37470 03/04/10 06:50 AM
Joined: Mar 2007
Posts: 210
Rostock, Germany
Member
Offline
Member
Joined: Mar 2007
Posts: 210
Rostock, Germany
Hi,

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



There is no shortcut for experience(d).

PL/SQL Developer Version 10+11+12, Query Reporter Version 3.2.0.300
Oracle 11g,12c
Windows Server 2003/2008
Windows 10 Professionel 64 bit



Re: Debug Step Into Doesn't Work
Theod #37603 03/15/10 06:41 PM
Joined: Mar 2010
Posts: 23
S
suess Offline OP
Member
OP Offline
Member
S
Joined: Mar 2010
Posts: 23
Thanks Theod.

That was the problem.


Re: Debug Step Into Doesn't Work
suess #51986 08/17/15 01:12 PM
Joined: Aug 2015
Posts: 4
india
Member
Offline
Member
Joined: Aug 2015
Posts: 4
india
I have selected th add debug info but still I am not able to step into my code.
any work around??

Re: Debug Step Into Doesn't Work
prashant mishra #51993 08/18/15 09:47 AM
Joined: Aug 1999
Posts: 22,204
Member
Offline
Member
Joined: Aug 1999
Posts: 22,204
Are you connected as the owner of the object?


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.130s Queries: 15 (0.047s) Memory: 2.5145 MB (Peak: 3.0393 MB) Data Comp: Off Server Time: 2024-04-25 11:23:07 UTC
Valid HTML 5 and Valid CSS