Set a breakpoint before the first line of the named subroutine.
Place un point d'arrêt avant la première ligne du sous-programme nommé.
Fortunately, I was able to delete that particular subroutine.
The sorting subroutine arranges the contact list in alphabetical order.
La sous-routine de tri classe la liste des contacts par ordre alphabétique.
In this software, each subroutine handles a specific step in data processing.
Dans ce logiciel, chaque sous-routine gère une étape précise du traitement des données.
You can even have one subroutine handle multiple events.
Vous pouvez même avoir une routine qui manipulera plusieurs événements.
A subroutine definition begins with the keyword sub.
Une routine est définie avec le mot-clef sub.
Each subroutine is clearly documented, which helps the team maintain the project.
Chaque sous-routine est clairement documentée, ce qui aide l'équipe à maintenir le projet.
The bug was caused by a subroutine that wasn't returning the correct value.
Le bug venait d'une sous-routine qui ne renvoyait pas la bonne valeur.
They pulled out that repetitive block of code and turned it into a reusable subroutine.
Ils ont extrait ce bloc de code répétitif pour en faire une sous-routine réutilisable.
Thanks to this subroutine, the game automatically saves your progress every five minutes.
Grâce à cette sous-routine, le jeu sauvegarde automatiquement la partie toutes les cinq minutes.
If the subroutine fails, the program displays an error message and shuts down immediately.
Si la sous-routine échoue, le programme affiche un message d'erreur et s'arrête immédiatement.
We created a special subroutine to automatically calculate discounts on invoices.
Nous avons créé une sous-routine spéciale pour calculer automatiquement les réductions sur les factures.
The teacher is explaining how a subroutine can cut down on duplicated code in a program.
Le professeur explique comment une sous-routine peut réduire la répétition de code dans un programme.