I've been writing in Assembler language since 1986, and writing seriously since 1990. I remember the first assembly I ran that received an RC=0. I was so excited. But all the blood left my face when I realized I was not finished with the code. Now that it assembled, it had to run too!
Before I knew z/XDC existed, (it was known as "XDC" at the time), I was writing progress messages, and traces and forcing S0C1 dumps (or, actually, not forcing them!) to look at the progress of my code when it did not perform as I expected. This worked, and still works, but the process is slow and tedious.
"I could now see my code execute, the registers change, the PSW get updated."
"z/XDC saves real money towards the total cost of a project."
When writing code professionally, z/XDC saves real money towards the total cost of a project. You fix bugs before your customers find them.
I never realized how much I used and depended on z/XDC until I had to work without it. It was like writing blindfolded, or rearranging all the keys on my keyboard. I could not confidently say that the code was working as designed or if it was ready to ship. Hours had to be spent reviewing the code and going through listings. It was very time-consuming.
I use z/XDC for debugging too, and while I might consider myself a seasoned user of z/XDC and have been very successful and productive with it, I still only use a subset of its full functionality. It wasn't until recently that I started using Conditional Statements with breakpoints. WOW! The situation was an intermittent bug in an IPCS VERBEXIT I had written. IPCS was altering my access registers, and causing my VERBEXIT to ABEND S0C4. Using a Conditional Statement allowed me to let the program run through extensive printing data to IPCS (700,000+ lines) until AR15 was non-zero.
I'm looking forward to using the new FRR/SRB support in z/XDC z1.7. Writing code in this type of environment (running APF-authorized in Key zero, Supervisor state, SRB mode with an EUT=YES FRR), you want to be sure you have got it right.
"While I might consider myself a seasoned user of z/XDC and have been very successful and productive with it, I still only use a subset of its full functionality."
"To produce quality code, I rely on z/XDC."
To produce quality code, I rely on z/XDC. When the code assembles, and even when it writes the correct data to the screen or in the report in the right spot, you don't know that you know that it's right until you've stepped through it. Just running the code isn't "good enough".