TomLiotta
15455 pts. | Nov 12 2009 2:46AM GMT
I use one of the debuggers once or twice a year. The one I prefer is the System i5 Debugger. But I often don’t have it installed/configured at a workstation, so I end up with the normal green-screen debugger and less often with WDSC.
If you regularly use a debugger and use it from mostly the same workstation(s), maybe the System Debugger is worthwhile for you.
Tom
Lilarose
70 pts. | Nov 16 2009 4:04PM GMT
Yes, we have the 2 debuggers you mentioned, and they do work with Cobol, we just don’t care for them that much. XTermin8 was more user friendly and easier to read. We’re just trying to find a substitute and wondered about others and what they use. Thanks for the comments/suggestions.
Dinosaur5225
10 pts. | Nov 17 2009 4:28PM GMT
Though I wish I had something better, I use STRISDB with COBOL. I have found that with interactive programs, I get flaky results if I am debugging more than 2 programs at a time. So if I am working with programs that call several programs, I have to remove a program, before I add another one to the list to step through it. Of course you may not need to step through more than one to find what you’re looking for. Whenever I have had more than 2 programs in debug, the step through/display variables screen “bleeds” into the interactive display and it becomes a real mess to work with/look at. On rare occasions I still use STRDBG and print a paper trace to review logic flow patterns that are hard to see stepping through. But now I am showing my dinosaur scales…I will be following this to hopefully find something better for my own use - so thanks for asking.
TomLiotta
15455 pts. | Nov 18 2009 4:11AM GMT
…we have the 2 debuggers you mentioned,…
Three debuggers so far. Four, if you count STRDBG and STRISDB separately.
1. STRDBG
2. STRISDB
3. WDSC debug
4. System i5 Debugger
The first two require no extra steps. Debug can be started at any time by anyone with authority simply by entering the commands. WDSC debug needs STRDBGSVR to get the ‘debug server’ started. And the System i5 Debugger requires STRTCPSVR *DBG to get the ‘DBG server’ started. (I have no clue how the designations were decided.)
Tom






