View previous topic :: View next topic
|
Author |
Message |
Akatsukami
Global Moderator

Joined: 03 Oct 2009 Posts: 1788 Location: Bloomington, IL
|
|
|
|
FTR, my client has decided to eighty-six Xpediter in favor of RDz as part of its general dropping of Compuware tools by year's end. Any comments, criticisms, or screams of "For Amaterasu's sake, get out whilst you can!!!"? |
|
Back to top |
|
 |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2459 Location: Silicon Valley
|
|
|
|
After a few months of experience, let us know how it goes. |
|
Back to top |
|
 |
don.leahy
Active Member
Joined: 06 Jul 2010 Posts: 756 Location: Whitby, ON, Canada
|
|
|
|
For those that don't like the RDz interface, it is worth noting that Debug Tool (the debugging engine that runs on the host) has a 3270 interface, so you can realize the benefits of full screen debugging without necessarily using the RDz interface.
It's been many years since I last used Expeditor, so I cannot really compare it to Debug Tool. I do know that IBM has been aggressively improving DT over the past few years. |
|
Back to top |
|
 |
Ed Goodman
Active Member
Joined: 08 Jun 2011 Posts: 556 Location: USA
|
|
|
|
We just did the same transition last year. Over all, I prefer Debug Tool.
That may be because of the release of Xped we were on, but I doubt it.
I like the way a debug tool setup file can be shared. I like the way it works with the built in SYSDEBUG files. I like the ways it's easier to throw the needed changes into a batch job and debug it from a separate screen. I like the easier scripting available in DT.
The only thing a miss desperately from Xpeditor is the "reverse" function. You could put your breakpoint on the error messsage, then just let the program fail. Then you could step backwards through the code to see how you got there.
If anyone knows how to do that in DT, please let me know. |
|
Back to top |
|
 |
don.leahy
Active Member
Joined: 06 Jul 2010 Posts: 756 Location: Whitby, ON, Canada
|
|
|
|
Ed, see the PLAYBACK command.
I've not used it, but it sounds like it will do what you want. |
|
Back to top |
|
 |
Ed Goodman
Active Member
Joined: 08 Jun 2011 Posts: 556 Location: USA
|
|
|
|
Holy cow...that's just plain embarrassing that I missed that command. I've made a date to sit down and at least read the explanation of all the commands in the book.  |
|
Back to top |
|
 |
|