Debugging in Production Clients 
Since the contents of the database in a production client must always be consistent (production clients do not have the value "T" in the CCCATEGORIE field of table T000), there are particularly strict requirements for debugging in them:
In test clients, where data integrity is not so crucial, dialog processes are available for debugging in addition to a fixed number of debugging processes. The dialog processes are not exclusively assigned to a user, but are released after each step in the Debugger. Consequently, a database commit occurs after each step, and the database changes cannot therefore be rolled back if a program termination occurs.

Since only a restricted number of dialog work processes can switch to debugging mode, you should exit the Debugger as soon as you no longer need it. Otherwise, you will unnecessarily block the work process.