~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Lib/pdb.doc

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        Continue execution until the next line in the current function
129
129
        is reached or it returns.
130
130
 
 
131
unt(il)
 
132
        Continue execution until the line with a number greater than the 
 
133
        current one is reached or until the current frame returns.
 
134
 
131
135
r(eturn)
132
136
        Continue execution until the current function returns.
133
137