Debug tool from whitin a program

2015-02-09 Thread michelbutz
Hi Is there a way to invoke debug tool from within a Non le assembler program Thanks Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the messa

Re: Debug tool from whitin a program

2015-02-09 Thread Sam Siegel
ctest(); must use langlvl(extended) __ctest(); langlvl(extended) not required. include You can pass a debugger command as a character string as the parm. On Mon, Feb 9, 2015 at 2:06 PM, michelbutz wrote: > Hi > > Is there a way to invoke debug tool from within a > Non le assembler program >

Re: Debug tool from whitin a program

2015-02-09 Thread michelbutz
That syntax is C/C++ I was looking for non le assembler Sent from my iPhone > On Feb 9, 2015, at 5:17 PM, Sam Siegel wrote: > > ctest(); must use langlvl(extended) > __ctest(); langlvl(extended) not required. > > include > > You can pass a debugger command as a character string as the parm.

Re: Debug tool from whitin a program

2015-02-09 Thread Sam Siegel
Sorry about that. Look in the debug tool users guide for EQANMDBG. That might do what you want. No completely sure. On Mon, Feb 9, 2015 at 2:26 PM, michelbutz wrote: > That syntax is C/C++ I was looking for non le assembler > > Sent from my iPhone > > > On Feb 9, 2015, at 5:17 PM, Sam Siegel

Re: Debug tool from whitin a program

2015-02-09 Thread michelbutz
EQANMDBG is invoking debug tool from the get go I am looking for something like a call to CEETEST But for non le assembler Sent from my iPhone > On Feb 9, 2015, at 5:54 PM, Sam Siegel wrote: > > Sorry about that. Look in the debug tool users guide for EQANMDBG. That > might do what you want.

Re: Debug tool from whitin a program

2015-02-10 Thread Ken Hume IBM
A.EDU Subject: Re: Debug tool from whitin a program EQANMDBG is invoking debug tool from the get go I am looking for something like a call to CEETEST But for non le assembler Sent from my iPhone On Feb 9, 2015, at 5:54 PM, Sam Siegel wrote: Sorry about that. Look in the debug tool users guid