I finally decided to figure out the debugger. So far, I'm very happy with
the results, although I've run into a little weirdness with VAJ and source
that I'll need to straighten out. For some reason, my source is quite a
mess, with instance variables interspersed throughout the source. But
that's a nit.
Here's my real issue. I managed just fine to get into the source for a
class and set a breakpoint. Then I decided to set a breakpoint in another
class.
Uh oh.
The Work With Module List looks like this:
Work with Module List
System:
S105GPCM
Type options, press enter.
1=Add program 4=Remove program 5=Display module source
8=Work with module breakpoints
Opt Program/module Library Type
_ ____________ *LIBL_____ *PGM___
<HtmlServlet *CLASS Selected
Bottom
Command
===>
_________________________________________________________________________
F3=Exit F4=Prompt F5=Refresh F9=Retrieve F12=Cancel
F22=Display class file name
There doesn't seem to be a way to add another class! Am I confused, or am I
gonig to have to enter all of my classes on the original STRDBG command?
This is doable, but not particularly practical, especially if your dealing
with hundreds of classes.
Joe