Modifications

Sauter à la navigation Sauter à la recherche
1 762 octets ajoutés ,  27 janvier 2013 à 12:33
Ligne 96 : Ligne 96 :     
[[Fichier:pudb-en-action.jpg]]
 
[[Fichier:pudb-en-action.jpg]]
 +
 +
== Raccourcis clavier ==
 +
Ctrl-p - edit preferences                                                          │
 +
                                                                                     
 +
n - step over ("next")                                                             
 +
s - step into                                                                     
 +
c - continue                                                                       
 +
r/f - finish current function                                                     
 +
t - run to cursor                                                                 
 +
e - show traceback [post-mortem or in exception state]                             
 +
                                                                                   
 +
H - move to current line (bottom of stack)                                         
 +
u - move up one stack frame                                                       
 +
d - move down one stack frame                                                     
 +
                                                                                   
 +
! - invoke python shell in current environment                                     
 +
o - show console/output screen                                                     
 +
                                                                                   
 +
b - toggle breakpoint                                                             
 +
m - open module                                                                   
 +
 +
j/k - up/down                                                                     
 +
ctrl-u/d - page up/down                                                           
 +
h/l - scroll left/right 
    
== Ressources ==
 
== Ressources ==
29 917

modifications

Menu de navigation