×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Would this describe it ?
SE54372: RDP 8.5.1 HOVER FOR SQLRPGLE VARIABLES DOES NOT WORK FOR EDIT OR
DEBUG
http://www-01.ibm.com/support/docview.wss?uid=swg1SE54372
Mike
Mike Hockings, M.Eng., P.Eng.
IBM Rational Developer for System z and Power Systems Software Technical
Support
IBM Canada Ltd. Laboratory
hockings@xxxxxxxxxx
voice 1-905-413-3199 T/L 313-3199 ITN 23133199
From: Robert Rogerson <rogersonra@xxxxxxxxx>
To: Websphere Development Studio Client for iSeries
<wdsci-l@xxxxxxxxxxxx>,
Date: 2013-01-09 14:13
Subject: [WDSCI-L] RDp 8.5.1 Variables not showing value on hover
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
Hi all, I thought I remembered seeing something about this in the past
but
I couldn't find anything in the archives.
When I am debugging an RPGLE program and hover over a variable I can
see
its value. When I change the type to SQLRPGLE and recompile I no
longer
get the window with the value.
Here is the source...
Hoption(*nodebugio:*srcstmt)
d pi
d rc s 10i 0
/free
*inlr = *on ;
rc = 1;
dsply %Char(rc);
Return;
/end-free
If I hover over rc in the RPGLE version I see it's value in a window.
When I change the type to SQLRPGLE no window opens.
Has anyone else experienced this?
Thanks,
Rob
As an Amazon Associate we earn from qualifying purchases.