Coding in RPG (IBM i/AS400). How to know if my program is being debugged.

Опубликовано: 24 Октябрь 2024
на канале: Christian Larsen
813
22

In this video, I'd like to show you an example of how you can know if a program is being debugged or not.
This can be very useful sometimes, because depending on the case, you can control whether a certain part of the code is executed or not.

Please, let me know what you think about it. Leave your comments below.
Don't forget to subscribe!

#ibmi #ibm #rpg #rpgle #rpgfree #newvideo #ibmtraining #ibmcoding #rpgtraining #sqltraining #as400 #common #modernize #ibmchampion

0:00 Introduction
0:27 Showing the sample program that I will use in the video
1:43 Writing a new procedure that will returns to me is the program is being debugged
5:10 Changing the initial program to check if the program is being debugged
6:42 Testing the program on the green screen (NOT debugging)
7:08 Testing the program on the green screen (Debugging)
8:26 Final comments and ending