RE: Re: fullscreen debugger
"Rocky" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Sounds nice and like a good starting point for CICS. The limitations you mention sound like easy fixes if you got that far already. Keep us posted. Ofcourse you wrote it in "C" right? Roc _____ From: [email protected] [mailto:[email protected]] On Behalf Of mfnoel Sent: Tuesday, August 17, 2010 22:15 To: [email protected] Subject: [H390-VM] Re: fullscreen debugger --- In [email protected] <mailto:H390-VM%40yahoogroups.com> , "Rocky" <rocsystems@...> wrote: > > Does it stop anywhere? or similar to CEDF - just at the KICKS calls? > Do you have a method for single stepping? or similar to CEDF? > It stops at every single COBOL source statement. At the moment it has has no way to "go to breakpoint", so I have to press enter after every source statement. As I said, not ready for prime time... You get into it by compiling with the special procedure AND by setting KEDF on. If you don't have KEDF on it runs normally (slightly slower no doubt but not noticable). You can set filters in KEDF to say what to break on (ie, SEND MAP, STARTBR, etc), but I haven't added one for 'source' yet. After setting KEDF on you just run the transaction as usual.