|
> When I used STRISDB, I used to debug the program and invoke program = > *no, then I could call a cl and it would debug the program. Can someone > tell me how I do that in STRDBG using ILE? Thank you in advance. First, make sure you compile your program with an appropriate DBGVIEW - I use *LIST. Press F4 when you compile the program instead of Enter. Once the program has a debug view specified you can debug it. The steps go something along these lines: 1) strdbg 2) you're taken to a view of the source. Set a breakpoint or press F10 to stop at the first instruction. 3) press F3 to exit the source view. 4) run the program any way you normally would. From a menu, from a CL from a command line... anything you want as long as it's in the same job you did the STRDBG in. 5) when the program runs, you'll stop either at the breakpoint you set or at the first instruction. A bit of advice: Do read the bottom of the screen and take special note of the command key assignments. Also, press F1 and read the help. Tinker with various options to get used to the new debugger. --buck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.