rsnt_translations
56,430
edits
(Created page with "En mode ligne de commande, une invite est affichée. {{Command |pgdbg -text program |result = PGDBG 17.3-0 x86-64 (Cluster, 256 Process) PGI Compilers and Tools Copyright (c)...") |
(Created page with "À l’invite, lancez la commande <tt>run</tt>. {{Command | |result= pgdbg> run }} En cours d’exécution du programme, PGDBG s’attache automatiquement aux fils et décrit...") |
||
Line 38: | Line 38: | ||
}} | }} | ||
À l’invite, lancez la commande <tt>run</tt>. | |||
{{Command | {{Command | ||
| | | | ||
Line 44: | Line 44: | ||
pgdbg> run | pgdbg> run | ||
}} | }} | ||
PGDBG | En cours d’exécution du programme, PGDBG s’attache automatiquement aux fils et décrit chacun d’eux au fur et à mesure qu’ils sont créés. En cours de débogage, PGDBG travaille sur un seul fil à la fois, le fil courant. | ||
la commande <tt>thread</tt> sert à sélectionner le fil courant, | |||
la commande <tt>threads</tt> liste les fils utilisés à ce moment par un programme actif. | |||
{{Command|| result= | {{Command|| result= | ||
pgdbg > threads | pgdbg > threads |