C​reating a Debug Log with the PHP Toolkit for IBM i

PHP on IBM iOne of my favorite features of the PHP Toolkit for IBM i is its ability to generate a detailed debug log. The log includes connection information, program call options, parameters in and out, and performance timing. When we receive questions about the toolkit as part of our SmartSupport, a debug log helps resolve the question quickly.

Why use the PHP Toolkit? It can call commands, RPG, COBOL, and CL programs, flexibly and fast. The debug log can make troubleshooting easier than with other methods that don’t have a log, such as stored procedures.

Read more

Debug RPGLE and COBOL with VS Code for IBM i

Updated July 14, 2025

Our Twitter feeds recently rang out with this long-awaited news from Liam Allan:

“Debugging ILE COBOL and RPGLE inside @code like it’s any other day! I’m pumped for this release #ibmi.”

As reported by Alex Woodie in IBM i Debugger Comes to VS Code, IBM decoupled their RPG/COBOL debugger from RDi after years of encouragement from Liam. It’s now available as a Debug Service to the thousands of IBM i developers who have downloaded Visual Studio Code for IBM i. Read more

Steph’s Sanity Checks for Programmers

Stephanie RabbiniYou’re sure you fixed that last bug, but the app is still malfunctioning. You’re racking your brain for the cause. The more you know about programming, the more likely you are to over-think the problem.

I’ve been there. My Seiden Group colleagues have taken to calling me their “CTO” (Chief Troubleshooting Officer), for my debugging skills.

Before you wear yourself out seeking obscure bugs, try these sanity checks:

Read more