De-Bug in ILE

scott_parker

Reputable Poster
Ok all you ILE programmers out there, clue me in, is there any other way to DEBUG an ILE program besides
STRDBG PGM(prodlib/P4211) UPDPROD(*YES)

The IBM debug sucks. ISDB is so much better but it cant seem to do ILE programs.

Any Suggestions welcome. (Even the 3rd party software)

Thanks in advance
 
Try Visual Debugger by Tango/04. It's marketed in the US by SoftLanding
(www.softlanding.com).

Phil




scott parker <[email protected]> on 10/20/2000 03:41:58 PM

Please respond to [email protected]

To: [email protected]
cc: (bcc: Phil Rumschlag/PHD)
Subject: De-Bug in ILE ~~0:96




Ok all you ILE programmers out there, clue me in, is there any other way to
DEBUG an ILE program besides
STRDBG PGM(prodlib/P4211) UPDPROD(*YES)

The IBM debug sucks. ISDB is so much better but it cant seem to do ILE
programs.

Any Suggestions welcome. (Even the 3rd party software)

Thanks in advance



--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=96
*************************************************************
This is the JDEList World Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
I thought, STRDBG works the same as ISDB works, u get
the source, watch variables,add modules,change
variables,call pgms , Step-by step execute & what
not..
May be if I am missing something , I would like to
learn.



--- scott parker <[email protected]> wrote:
>
> Ok all you ILE programmers out there, clue me in, is
> there any other way to DEBUG an ILE program besides
> STRDBG PGM(prodlib/P4211) UPDPROD(*YES)
>
> The IBM debug sucks. ISDB is so much better but it
> cant seem to do ILE programs.
>
> Any Suggestions welcome. (Even the 3rd party
> software)
>
> Thanks in advance
>
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=96
>
>
*************************************************************
> This is the JDEList World Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE.
http://im.yahoo.com/
 
I read something on this not long ago in the Midrange Computing forums. I
think you can use the old debug on ILE.
----- Original Message -----
From: scott parker <[email protected]>
To: <[email protected]>
Sent: Friday, October 20, 2000 3:41 PM
Subject: De-Bug in ILE ~~0:96


>
> Ok all you ILE programmers out there, clue me in, is there any other way
to DEBUG an ILE program besides
> STRDBG PGM(prodlib/P4211) UPDPROD(*YES)
>
> The IBM debug sucks. ISDB is so much better but it cant seem to do ILE
programs.
>
> Any Suggestions welcome. (Even the 3rd party software)
>
> Thanks in advance
>
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=9
6
> *************************************************************
> This is the JDEList World Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
>
 
--=_B9E17899.3B5A3075
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

STRDBG with an ILE RPG Program looks and acts like the ISDB does!

>>> [email protected] 10/20/00 04:41PM >>>

Ok all you ILE programmers out there, clue me in, is there any other way =
to DEBUG an ILE program besides=20
STRDBG PGM(prodlib/P4211) UPDPROD(*YES)

The IBM debug sucks. ISDB is so much better but it cant seem to do ILE =
programs.

Any Suggestions welcome. (Even the 3rd party software)

Thanks in advance



--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=3D0&Board=3DW&Num=
ber=3D96=20
*************************************************************
This is the JDEList World Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************

--=_B9E17899.3B5A3075
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN-TOP: 2px; FONT: 10pt MS Sans Serif; MARGIN-LEFT: =
2px">STRDBG=20
with an ILE RPG Program looks and acts like the ISDB does!

>>&=
gt;=20
[email protected] 10/20/00 04:41PM >>>

Ok all you =
ILE=20
programmers out there, clue me in, is there any other way to DEBUG an =
ILE=20
program besides
STRDBG PGM(prodlib/P4211) UPDPROD(*YES)

The IBM =
debug=20
sucks. ISDB is so much better but it cant seem to do ILE=20
programs.

Any Suggestions welcome. (Even the 3rd party=20
software)

Thanks in=20
advance



--------------------------
Visit the forum to =
view=20
this thread at:
<A=20
href=3D"http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=3D0&B=
oard=3DW&Number=3D96">http://198.144.193.139/cgi-bin/wwwthreads/showfla=
t.pl?Cat=3D0&Board=3DW&Number=3D96</A>=20

*************************************************************
This =
is the=20
JDEList World Mailing List.
Archives and information on how to=20
SUBSCRIBE, and
UNSUBSCRIBE can be found at <A=20
href=3D"http://www.JDELIST.com">http://www.JDELIST.com</A>
*************=
************************************************

</BODY></HTML>

--=_B9E17899.3B5A3075--
 
Back
Top