Hi

 

I am trying to figure what Is the EQADEBUG file for a c\c++ program

 

The examples I picked up had me compile the program twice once with the
following parms  'PP(COMMENTS,NOLINES)') and create an expanded input from
the output of SYSUT10

And the second time use that as input with the following parms

 

 //  PARM=('TEST(ALL),  LIST, NESTINC(255),',   

//    '  SOURCE, XREF, LONGNAME, RENT, GOFF,', 

//    'NOIPA')                                 

 

After the link step

 

There is the following step to create the langx file   

 

//**************************************************************  

//* GENERATE THE TMC01A EQALANGX FILE                             

//**************************************************************  

//LANGX1   EXEC PGM=IPVLANGX,REGION=32M,                          

//  PARM='(C ERROR'                                               

//LISTING  DD DSN=TSOUSER.TEST.SYSPRINT(SYSADATA),DISP=SHR        

//IDILANGX DD DSN=TSOUSER.EQALANGX(SYSADATA),DISP=SHR             

 

 

After I get into debug tool and ENTER <pf4> to set the listing / CU and use
EQALANGX file the file comes up in the source window but it is not parsed it
is the binary EQALANGX file

 

 

Can anybody using Debug tool to Debug C/C++ give me a hand in figuring out
how to set the listing\ CU in debug tool for a    c\c++ program

 

 

Thanks


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to