- Notifications
You must be signed in to change notification settings - Fork266
Work on pdb#248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Work on pdb#248
Uh oh!
There was an error while loading.Please reload this page.
Conversation
library/pdb.po Outdated
@@ -106,6 +106,10 @@ msgid "" | |||
"the way ``python3 -m`` does. As with a script, the debugger will pause " | |||
"execution just before the first line of the module." | |||
msgstr "" | |||
":file: `pdb.py` accepte maintenant une option ``-m`` qui déclenche " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Je ne connais pas la syntaxe Sphinx, mais est-ce que l'espace après:file:
n'est pas gênant ?
library/pdb.po Outdated
@@ -106,6 +106,10 @@ msgid "" | |||
"the way ``python3 -m`` does. As with a script, the debugger will pause " | |||
"execution just before the first line of the module." | |||
msgstr "" | |||
":file: `pdb.py` accepte maintenant une option ``-m`` qui déclenche " | |||
"l’exécution de modules de la même façon que ``python3 -m``. De la même " | |||
"manière que dans un script, le débogguer vas mettre en pause l’exécution " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
le débogguer va mettre, sans les
library/pdb.po Outdated
msgid "" | ||
"With no *bpnumber* argument, ``commands`` refers to the last breakpoint set." | ||
msgstr "" | ||
"Sans argument *bpnumber*,les commandes se réfèrent au dernier point d'arrêt " | ||
"Sans argument *bpnumber*,``commands`` se réfèrent au dernier point d'arrêt " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
se réfère (c'est l'argument qui s'y réfère, il me semble)
No description provided.