0

Is the a c debugger for zOS? I know there is XDC, but I'm not really interested in the assembly. I would rather have one that focuses on C.

Yu Hao
  • 119,891
  • 44
  • 235
  • 294
GC_
  • 1,673
  • 6
  • 23
  • 39

2 Answers2

4

Yes, IBM has a Debug Tool for z/OS which allows debugging at a higher level than assembler language.

I think it's separate from the xlc stuff so you'll have to pay for it but, since you're running a mainframe, that probably won't be an issue :-)

paxdiablo
  • 854,327
  • 234
  • 1,573
  • 1,953
0

There is also dbx, which is part of Unix System Services, and thus included with z/OS.

Kevin McKenzie
  • 627
  • 3
  • 18