Question d’entretien chez Capgemini

What are static and dynamic break points?

Réponse à la question d'entretien

Utilisateur anonyme

21 avr. 2025

Static break is set in the code using BREAK-POINT or BREAK username. When the program reaches breakpoint during execution, it triggers the debugging. It stays in the code until it's removed. Dynamic breakpoint is set during runtime by entering /h before executing the program. It is automatically deleted when the session ends.