a DOg@sdZddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlZddlZGdddeZgdZddZdd Zd d ZGd d d eZdZGdddejejZedurgdZeD] Zeeedejd7Zqeej j7Z[[d,ddZ!d-ddZ"ddZ#ddZ$ddddZ%d.dd Z&d!d"Z'd#Z(d$d%Z)d&d'Z*d(Z+d)d*Z,e-d+krddl.Z.e.,dS)/a The Python Debugger Pdb ======================= To use the debugger in its simplest form: >>> import pdb >>> pdb.run('') The debugger's prompt is '(Pdb) '. This will stop in the first function call in . Alternatively, if a statement terminated with an unhandled exception, you can use pdb's post-mortem facility to inspect the contents of the traceback: >>> >>> import pdb >>> pdb.pm() The commands recognized by the debugger are listed in the next section. Most can be abbreviated as indicated; e.g., h(elp) means that 'help' can be typed as 'h' or 'help' (but not as 'he' or 'hel', nor as 'H' or 'Help' or 'HELP'). Optional arguments are enclosed in square brackets. Alternatives in the command syntax are separated by a vertical bar (|). A blank line repeats the previous command literally, except for 'list', where it lists the next 11 lines. Commands that the debugger doesn't recognize are assumed to be Python statements and are executed in the context of the program being debugged. Python statements can also be prefixed with an exclamation point ('!'). This is a powerful way to inspect the program being debugged; it is even possible to change variables or call functions. When an exception occurs in such a statement, the exception name is printed but the debugger's state is not changed. The debugger supports aliases, which can save typing. And aliases can have parameters (see the alias help entry) which allows one a certain level of adaptability to the context under examination. Multiple commands may be entered on a single line, separated by the pair ';;'. No intelligence is applied to separating the commands; the input is split at the first ';;', even if it is in the middle of a quoted string. If a file ".pdbrc" exists in your home directory or in the current directory, it is read in and executed as if it had been typed at the debugger prompt. This is particularly useful for aliases. If both files exist, the one in the home directory is read first and aliases defined there can be overridden by the local file. This behavior can be disabled by passing the "readrc=False" argument to the Pdb constructor. Aside from aliases, the debugger is not directly programmable; but it is implemented as a class from which you can derive your own debugger class, which you can make as fancy as you like. Debugger commands ================= Nc@seZdZdZdS)RestartzBCauses a debugger to be restarted for the debugged python program.N)__name__ __module__ __qualname____doc__rr/usr/lib64/python3.9/pdb.pyrWsr) runpmPdbrunevalrunctxruncall set_trace post_mortemhelpcCstdt|}zt|}Wnty6YdS0|Lt|ddD].\}}||rJ|||fWdSqJWdn1s0YdS)Nzdef\s+%s\s*[(])start)recompileescapetokenizeopenOSError enumeratematch)funcnamefilenameZcrefplinenolinerrr find_function^s  <r!cCsXt|\}}t|r,|j|jur,|dfSt|r>|dfSt||d|dfS)Nr)inspectZ findsourceZisframe f_globalsf_localsZismoduleZgetblock)objlinesrrrrgetsourcelinesks  r'cCs8tt|}||D]\}}||kr|SqdSNr)listdisZfindlinestartsreverse)codeZlastiZ linestartsirrrr lasti2linenots   r.c@seZdZdZddZdS)_rstrz#String that doesn't quote its repr.cCs|SNrselfrrr__repr__sz_rstr.__repr__N)rrrrr3rrrrr/}sr/z -> c@s$eZdZdZdddZddZd d Zd d Zd dZddZ ddZ ddZ ddZ ddZ ddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*Zd+d,Zd-d.Zd/d0Zd1d2Zd3d4Zd5d6ZeZdd8d9Zd:d;ZeZ eZ!eZ"dd?Z%d@dAZ&dBdCZ'eZ(dDdEZ)eZ*dFdGZ+eZ,dHdIZ-eZ.dJdKZ/e/Z0eZ1eZ2dLdMZ3e3Z4e3Z5dNdOZ6dPdQZ7e7Z8dRdSZ9e9Z:dTdUZ;e;ZdXdYZ?e?Z@dZd[ZAeAZBd\d]ZCeCZDd^d_ZEeEZFZGd`daZHeHZIdbdcZJeZKdddeZLeLZMeLZNdfdgZOdhdiZPePZQdjdkZReRZSdldmZTddndoZUdpdqZVdrdsZWdtduZXdvdwZYeZZeZ[eZ\dxdyZ]e]Z^dzd{Z_e_Z`d|d}ZaeZbdddZcddZdeZeddZfeZgddZhddZiddZjddZkddZlddZmgdZnddZoepfddZqddZrerZsddZtddZuddZvddZwddZxdS)r NtabFTc Csbtjj||dtj||||td|r6d|_d|_i|_ i|_ d|_ d|_ i|_ zddl}|dWntyYn0d|_||_g|_|r@z@ttjd}|j|Wdn1s0YWntyYn0z:td }|j|Wdn1s0YWnty>Yn0i|_i|_i|_d|_d|_dS) N)skipzpdb.Pdbrz(Pdb) Fz `@#$%^&*()=+[{]}\|;:'",<>?z~/.pdbrcz.pdbrc)bdbBdb__init__cmdCmdsysauditZ use_rawinputpromptaliases displaying mainpyfile_wait_for_mainpyfile tb_linenoreadlineZset_completer_delims ImportError allow_kbdintnosigintrcLinesrospath expanduserextendrcommandscommands_dopromptcommands_silentcommands_defining commands_bnum) r2 completekeystdinstdoutr5rGZreadrcrDZrcFilerrrr9sF  .  0z Pdb.__init__cCs*|jr t|d|||dS)Nz- Program interrupted. (Use 'cont' to resume).)rFKeyboardInterruptmessageset_stepr)r2signumframerrrsigint_handlers  zPdb.sigint_handlercCstj||dSr0)r7r8resetforgetr1rrrr[s z Pdb.resetcCs&d|_g|_d|_d|_|jdSr()rstackcurindexcurframerCclearr1rrrr\s z Pdb.forgetcCsh||||\|_|_|rDt|jj|j}||j|j<|j }q|j|jd|_ |j j |_ | Sr()r\Z get_stackr]r^r.tb_framef_codetb_lastirCtb_nextr_r$curframe_locals execRcLines)r2ftbrrrrsetups  z Pdb.setupcCsd|js dS|j}|g|_|r`|}|r|ddkr||r|jt|7_dSqdS)Nr#T)rHr+popstriponecmdreversed)r2rHr rrrrfs  zPdb.execRcLinescCs.|jr dS||r*|d||ddS)znThis method is called when there is the remote possibility that we ever need to stop in this function.Nz--Call--)rBZ stop_hererV interaction)r2rYZ argument_listrrr user_calls   z Pdb.user_callcCsH|jr.|j||jjks$|jdkr(dSd|_||rD||ddS)z;This function is called when we stop or break at this line.rNF)rBrAcanonicrb co_filenamef_lineno bp_commandsro)r2rYrrr user_lines z Pdb.user_linecCst|ddr|j|jvr|j}d|_|j}||d|j|D]}||q@||_|j|sr||j|j |j |r| | dSdS)zCall every command that was set for the current active breakpoint (if there is one). Returns True if the normal interaction function must be called, False otherwise. currentbpFrNr) getattrrvrMlastcmdrirmrOprint_stack_entryr]r^rN_cmdloopr\)r2rYrvZ lastcmd_backr rrrrts"      zPdb.bp_commandscCs.|jr dS||jd<|d||ddS)z7This function is called when a return trap is set here.N __return__z --Return--)rBr$rVro)r2rYZ return_valuerrr user_return s   zPdb.user_returncCsh|jr dS|\}}}||f|jd<|s2|tur2dnd}|d|t||df|||dS)zoThis function is called if an exception occurs, but only if we are to stop at or just below this level.NZ __exception__z Internal r6z%s%s)rBr$ StopIterationrV tracebackformat_exception_onlyrlro)r2rYexc_infoexc_type exc_value exc_tracebackprefixrrruser_exception(s zPdb.user_exceptioncCs@zd|_|d|_Wq\}}||}||ur||kr|||<|d|||fqdS)Nzdisplay %s: %r [old: %r])r@getr_items_getval_exceptrV)r2r@exprZoldvalueZnewvaluerrrpreloopIs z Pdb.preloopcCsrtjr4zttjtjWnty,Yn0dt_|||rL|dS||j|j | |dSr0) r _previous_sigint_handlersignalSIGINT ValueErrorrir\ryr]r^rz)r2rYrrrrroVs  zPdb.interactioncCs|dur|t|dS)z{Custom displayhook for the exec in default(), which prevents assignment of the _ variable in the builtins. N)rVrepr)r2r%rrr displayhookhszPdb.displayhookcCs|dddkr|dd}|j}|jj}zvt|ddd}tj}tj}tj}z:|jt_|jt_|jt_t|||W|t_|t_|t_n|t_|t_|t_0Wn| Yn0dS)Nr! zZsingle) rer_r#rr<rTrSrexec _error_exc)r2r localsglobalsr,Z save_stdoutZ save_stdinZsave_displayhookrrrdefaultps* z Pdb.defaultcCs|s |S|}|d|jvr|j|d}d}|ddD] }|dt||}|d7}q@|dd|dd}|}q|ddkr|d}|dkr||d d}|j ||d| }|S) z*Handle alias expansion and ';;' separator.rrN%z%* aliasz;;) rlsplitr?replacestrjoinfindlstripcmdqueueappendrstrip)r2r argsiiZtmpArgZmarkernextrrrprecmds(     z Pdb.precmdcCs"|jstj||S||SdS)zInterpret the argument as though it had been typed in response to the prompt. Checks whether this line is typed at the normal prompt or in a breakpoint command list definition. N)rPr:r;rmhandle_command_def)r2r rrrrmsz Pdb.onecmdcCs||\}}}|sdS|dkr0d|j|j<dS|dkrBg|_dS|j|j}|rf||d|n ||zt|d|}Wnty|j}Yn0|j |j vrd|j |j<g|_dSdS) z8Handles one command line during command list definition.NZsilentTendrrdo_F) Z parselinerOrQrrMrrwAttributeErrorrrcommands_resumingrN)r2r r:argZcmdlistfuncrrrrs,       zPdb.handle_command_defcCst||jddS)NfileprintrTr2msgrrrrVsz Pdb.messagecCstd||jddS)Nz***rrrrrrerrorsz Pdb.errorcCs|drgSz|||||}Wnty<g}Yn0tt|d}|D]H}tj|rv| |dqVtj |rV| drV| |dqV|S)N):,*/).pyz.pywr) rlendswith_complete_expression ExceptionglobrrIrJisdirrisfilelower)r2textr begidxendidxretglobsfnrrr_complete_locations   zPdb._complete_locationcsfddttjjDS)Ncs.g|]&\}}|durt|rt|qSr0)r startswith).0r-bprrr s z*Pdb._complete_bpnumber..)rr7 Breakpoint bpbynumberr2rr rrrrr_complete_bpnumberszPdb._complete_bpnumberc s|js gSi|jj|j}dvrdz,|d}ddD]}t||}qHWnttfytgYS0ddddfddt|DSfdd| DSdS)N.rrr}cs"g|]}|dr|qS)r}rrn)dottedrrrrz,Pdb._complete_expression..csg|]}|r|qSrrrrrrrr) r_r#rerrwKeyErrorrrdirkeys)r2rr rrnsr%partr)rrrrrs   zPdb._complete_expressioncCs6|sttjjd}n&z t|}Wn|dYdS0||_||jvrj|j||j||j |f}nd}g|j|<d|j|<d|j |<|j }d|_ d|_ zz | Wnft y|r|d|j|<|d|j|<|d|j |<n|j|=|j|=|j |=|d Yn0Wd|_ ||_ nd|_ ||_ 0dS) a4commands [bpnumber] (com) ... (com) end (Pdb) Specify a list of commands for breakpoint number bpnumber. The commands themselves are entered on the following lines. Type a line containing just 'end' to terminate the commands. The commands are executed when the breakpoint is hit. To remove all commands from a breakpoint, type commands and follow it immediately with end; that is, give no commands. With no bpnumber argument, commands refers to the last breakpoint set. You can use breakpoint commands to start your program up again. Simply use the continue command, or step, or any other command that resumes execution. Specifying any command resuming execution (currently continue, step, next, return, jump, quit and their abbreviations) terminates the command list (as if that command was immediately followed by end). This is because any time you resume execution (even with a simple next or step), you may encounter another breakpoint -- which could have its own command list, leading to ambiguities about which list to execute. If you use the 'silent' command in the command list, the usual message about stopping at a breakpoint is not printed. This may be desirable for breakpoints that are to print a specific message and then continue. If none of the other commands print anything, you will see no sign that the breakpoint was reached. rz.Usage: commands [bnum] ... endNTFz(com) rrz1command definition aborted, old commands restored)lenr7rrintrrQrMrNrOr>rPrrU)r2rZbnumZold_command_defsZ prompt_backrrr do_commandssF%       zPdb.do_commandsrc Cs>|s8|jr4|dtjjD]}|r||qdSd}d}d}|d}|dkrz||dd}|d|}| d}d} |dkr|d|}| |} | s| d|dS| }||dd}z t |}Wn$t y | d|YdS0nz t |}Wnt yzt||jj|j} Wn|} Yn0z.t| d rf| j} | j} | j} | j}| j}WnD||\} }}| s| d |YYdS| } t |}Yn0Yn0|s|}|||}|r:|||||| }|r| |n*|||d }|d |j|j|jfdS) ab(reak) [ ([filename:]lineno | function) [, condition] ] Without argument, list all breaks. With a line number argument, set a break at this line in the current file. With a function name, set a break at the first executable line of that function. If a second argument is present, it is a string specifying an expression which must evaluate to true before the breakpoint is honored. The line number may be prefixed with a filename and a colon, to specify a breakpoint in another file (probably one that hasn't been loaded yet). The file is searched for on sys.path; the .py suffix may be omitted. z!Num Type Disp Enb WhereNrrrrz%r not found from sys.pathzBad lineno: %s__func__zJThe specified object %r is not a function or was not found along sys.path.r}zBreakpoint %d at %s:%d) breaksrVr7rrZbpformatrrrrfind lookupmodulerrrevalr_r#rehasattrr__code__co_nameco_firstlinenorrlineinfo defaultFile checklineZ set_break get_breaksnumberrr )r2rZ temporaryrrrcondZcommacolonrrgrr,okZlnr errrrrdo_breakWs              z Pdb.do_breakcCs"|jjj}|dkr|jr|j}|S)zProduce a reasonable default.z)r_rbrrrA)r2rrrrrs zPdb.defaultFilecCs||ddS)ztbreak [ ([filename:]lineno | function) [, condition] ] Same arguments as break, but sets a temporary breakpoint: it is automatically deleted when first hit. rN)rr2rrrr do_tbreaksz Pdb.do_tbreakc Csd}|d}t|dkr(|d}nt|dkrB|d}n|S|dkrR|S|d}|ddkr~|d=t|dkr~|S|}t|dkr|d}n||d}|r|}|d}t||} | p|S) N)NNN'rrr6rr2)rrrlrrr!) r2Z identifierZfailedZidstringidpartsfnameitemrgZanswerrrrrs,          z Pdb.lineinfocCst|dd}|r|jnd}t|||}|s:|ddS|}|rr|ddksr|dddksr|dddkr|d dS|S) zCheck whether specified line seems to be executable. Return `lineno` if it is, 0 if not (e.g. a docstring, comment, blank line or EOF). Warning: testing is not comprehensive. r_Nz End of filerrjrz"""z'''zBlank or comment)rwr# linecachegetlinerVrlr)r2rrrYrr rrrrs   z Pdb.checklinec Csj|}|D]X}z||}Wn.tyL}z||WYd}~q d}~00||d|q dS)zenable bpnumber [bpnumber ...] Enables the breakpoints given as a space separated list of breakpoint numbers. Nz Enabled %s)rget_bpbynumberrrenablerVr2rrr-rrrrr do_enables z Pdb.do_enablec Csj|}|D]X}z||}Wn.tyL}z||WYd}~q d}~00||d|q dS)aNdisable bpnumber [bpnumber ...] Disables the breakpoints given as a space separated list of breakpoint numbers. Disabling a breakpoint means it cannot cause the program to stop execution, but unlike clearing a breakpoint, it remains in the list of breakpoints and can be (re-)enabled. Nz Disabled %s)rrrrdisablerVrrrr do_disables zPdb.do_disablec Cs|dd}z |d}Wnty.d}Yn0z||d}WnHtyb|dYnZty}z||WYd}~n6d}~00||_|s|d|jn|d|jdS)a#condition bpnumber [condition] Set a new condition for the breakpoint, an expression which must evaluate to true before the breakpoint is honored. If condition is absent, any existing condition is removed; i.e., the breakpoint is made unconditional. rrNrBreakpoint number expectedz#Breakpoint %d is now unconditional.z$New condition set for breakpoint %d.) r IndexErrorrrlrrrrVr)r2rrrrrrrr do_condition%s      zPdb.do_conditionc Cs|}zt|d}Wnd}Yn0z||d}WnHty`|dYnxty}z||WYd}~nTd}~00||_|dkr|dkrd|}nd}|d||j fn|d|j dS) aignore bpnumber [count] Set the ignore count for the given breakpoint number. If count is omitted, the ignore count is set to 0. A breakpoint becomes active when the ignore count is zero. When non-zero, the count is decremented each time the breakpoint is reached and the breakpoint is not disabled and any associated condition evaluates to true. rrrNz %d crossingsz 1 crossingz%Will ignore next %s of breakpoint %d.z-Will stop next time breakpoint %d is reached.) rrrlrrrrignorerVr)r2rrcountrrZcountstrrrr do_ignore@s,     z Pdb.do_ignorec Cs|srz td}Wnty&d}Yn0|}|dvrnddtjjD}||D]}|d|qZdSd|vr| d}|d|}||d d}z t |}Wnt yd |}Yn"0| ||dd}| ||}|r||n|D]}|d|qdS|} | D]^}z||}Wn0t yd}z||WYd}~n"d}~00|||d|q"dS) a=cl(ear) filename:lineno cl(ear) [bpnumber [bpnumber...]] With a space separated list of breakpoint numbers, clear those breakpoints. Without argument, clear all breaks (but first ask confirmation). With a filename:lineno argument, clear all breaks at that line in that file. zClear all breaks? no)yZyescSsg|] }|r|qSrr)rrrrrrqrz Pdb.do_clear..z Deleted %sNrrzInvalid line number (%s))inputEOFErrorrlrr7rrZclear_all_breaksrVrrrrZ clear_breakrrrZclear_bpbynumber) r2rZreplyZbplistrr-rrrZ numberlistrrrdo_clearcsF             z Pdb.do_clearcCs |dS)zw(here) Print a stack trace, with the most recent frame at the bottom. An arrow indicates the "current frame", which determines the context of most commands. 'bt' is an alias for this command. N)print_stack_tracerrrrdo_wheresz Pdb.do_wherecCs>||_|j|jd|_|jj|_||j|jd|_dSr()r^r]r_r$reryr)r2rrrr _select_frames  zPdb._select_framecCsx|jdkr|ddSzt|p"d}Wn"tyJ|d|YdS0|dkrZd}ntd|j|}||dS)zu(p) [count] Move the current frame count (default one) levels up in the stack trace (to an older frame). rz Oldest frameNrInvalid frame count (%s))r^rrrmaxrr2rr Znewframerrrdo_ups   z Pdb.do_upcCs|jdt|jkr"|ddSzt|p,d}Wn"tyT|d|YdS0|dkrnt|jd}ntt|jd|j|}||dS)zd(own) [count] Move the current frame count (default one) levels down in the stack trace (to a newer frame). rz Newest frameNrr)r^rr]rrrminrrrrrdo_downs  z Pdb.do_downcCsf|rPz t|}Wn"ty2|d|YdS0||jjkrT|ddSnd}||j|dS)aNunt(il) [lineno] Without argument, continue execution until the line with a number greater than the current one is reached. With a line number, continue execution until a line with a number greater or equal to that is reached. In both cases, also stop when the current frame returns. Error in argument: %rNz7"until" line number is smaller than current line numberr)rrrr_rsZ set_until)r2rrrrrdo_untils    z Pdb.do_untilcCs |dS)zs(tep) Execute the current line, stop at the first possible occasion (either in a function that is called or in the current function). r)rWrrrrdo_stepsz Pdb.do_stepcCs||jdS)zxn(ext) Continue execution until the next line in the current function is reached or it returns. r)Zset_nextr_rrrrdo_nexts z Pdb.do_nextc Csz|rrddl}tjdd}z||t_Wn8tyb}z |d||fWYd}~dSd}~00|tjdd<tdS)arun [args...] Restart the debugged python program. If a string is supplied it is split with "shlex", and the result is used as the new sys.argv. History, breakpoints, actions and debugger options are preserved. "restart" is an alias for "run". rNrzCannot run %s: %s)shlexr<argvrrrr)r2rrZargv0errrdo_runsz Pdb.do_runcCs||jdS)zPr(eturn) Continue execution until the current function returns. r)Z set_returnr_rrrr do_returns z Pdb.do_returncCs<|js0zttj|jt_Wnty.Yn0|dS)z]c(ont(inue)) Continue execution, only stop when a breakpoint is encountered. r)rGrrrZr rrZ set_continuerrrr do_continues zPdb.do_continuec Cs|jdt|jkr"|ddSz t|}WntyJ|dYnp0z:||j_|j|jd|f|j|j<||j|jWn2ty}z|d|WYd}~n d}~00dS)aj(ump) lineno Set the next line that will be executed. Only available in the bottom-most frame. This lets you jump back and execute code again, or jump forward to skip code that you don't want to run. It should be noted that not all jumps are allowed -- for instance it is not possible to jump into the middle of a for loop or out of a finally clause. rz)You can only jump within the bottom frameNz)The 'jump' command requires a line numberrzJump failed: %s) r^rr]rrrr_rsry)r2rr rrrdo_jump*s    z Pdb.do_jumpcCstd|jj}|j}t|j|j|j}d|j |_ | dzt |j |||fWntyv|Yn0| dt|j|j|_dS)zdebug code Enter a recursive debugger that steps through the code argument (which is an arbitrary expression or statement to be executed in the current environment). Nz(%s) zENTERING RECURSIVE DEBUGGERzLEAVING RECURSIVE DEBUGGER)r<settracer_r#rer rRrSrTr>rlrV call_tracingr rrZtrace_dispatchrx)r2rrrprrrdo_debugGs     z Pdb.do_debugcCsd|_|dS)z[q(uit) exit Quit from the debugger. The program being executed is aborted. Tr)_user_requested_quitset_quitrrrrdo_quit]sz Pdb.do_quitcCs|dd|_|dS)z=EOF Handles the receipt of EOF as a command. r6Tr)rVr)r*rrrrdo_EOFhs z Pdb.do_EOFcCs|jj}|j}|j|j}|jtj@r.|d}|jtj@rB|d}t |D]>}|j |}||vrx| d|||fqJ| d|fqJdS)zHa(rgs) Print the argument list of the current function. rz%s = %rz%s = *** undefined ***N) r_rbre co_argcountco_kwonlyargcountco_flagsr"Z CO_VARARGSZCO_VARKEYWORDSrange co_varnamesrV)r2rcodictrr-namerrrdo_argsqs   z Pdb.do_argscCs.d|jvr |t|jdn |ddS)zQretval Print the return value for the last return of a function. r{zNot yet returned!N)rerVrrrrrr do_retvals z Pdb.do_retvalcCs0zt||jj|jWS|Yn0dSr0)rr_r#rerrrrr_getvals z Pdb._getvalcCsrz2|durt||jj|jWSt||j|jWSWn:tdd}tj|d }t d|YS0dS)Nrr}z** raised %s **) rr_r#rer$r<rrrrlr/)r2rrYrrrrrrszPdb._getval_exceptcCs,tdd}|tj|ddS)Nrr})r<rrrrrl)r2rrrrrszPdb._error_exccCsJz||}WnYdS0z|||Wn|Yn0dSr0)r7rVr)r2rrvalrrr _msg_val_funcszPdb._msg_val_funccCs||tdS)z@p expression Print the value of the expression. N)r9rrrrrdo_pszPdb.do_pcCs||tjdS)zHpp expression Pretty-print the value of the expression. N)r9pprintZpformatrrrrdo_ppsz Pdb.do_ppcCsbd|_d}|r|dkrz^d|vrX|d\}}t|}t|}||krr||}nt|}td|d}Wqty|d|YdS0n0|jdus|dkrtd|jj d}n |jd}|dur|d}|jj j }| |}zZt ||jj}|||d||||jt|t||_t||krF|d Wnty\Yn0dS) al(ist) [first [,last] | .] List source code for the current file. Without arguments, list 11 lines around the current line or continue the previous listing. With . as argument, list 11 lines around the current line. With one argument, list 11 lines starting at that line. With two arguments, list the given range; if the second argument is less than the first, it is a count. The current line in the current frame is indicated by "->". If an exception is being debugged, the line where the exception was originally raised or propagated is indicated by ">>", if it differs from the current line. r)Nrrrr z[EOF])rxrrrlrrrrr_rsrbrrget_file_breaksrgetlinesr# _print_linesrrrVrU)r2rlastfirstr breaklistr&rrrdo_lists@          z Pdb.do_listc Csn|jjj}||}zt|j\}}Wn0tyV}z||WYd}~dSd}~00|||||jdS)z\longlist | ll List the whole source code for the current function or frame. N)r_rbrrr?r'rrrA)r2rrrDr&rrrrr do_longlists   zPdb.do_longlistc Cstz||}WnYdS0zt|\}}Wn4ttfyb}z||WYd}~dSd}~00|||dS)z^source expression Try to get source code for the given object and display it. N)r7r'r TypeErrorrrA)r2rr%r&rrrrr do_sources z Pdb.do_sourcerc Cs|r|j}|j|d}nd}}t||D]|\}}t|d} t| dkrV| d7} ||vrh| d7} n| d7} ||kr| d7} n||kr| d7} || d|q,d S) zPrint a range of lines.r}rrBz->z>> N) rsrCrrrrjustrrVr) r2r&rrrYZcurrent_linenoZ exc_linenorr srrrrAs    zPdb._print_linescCsz||}WnYdS0d}z |jj}Wnty@Yn0|rZ|d|jdSz |j}WntyvYn0|r|d|jdS|jtur|d|j|j fdS|t|dS)z;whatis arg Print the type of the argument. Nz Method %sz Function %sz Class %s.%s) r7rrrrVr __class__typerr)r2rvaluer,rrr do_whatis#s.     z Pdb.do_whatiscCsl|s8|d|j|jiD]}|d|q"n0||}||j|ji|<|d||fdS)zdisplay [expression] Display the value of the expression if it changed, each time execution stops in the current frame. Without expression, list all display expressions for the current frame. zCurrently displaying:z%s: %rzdisplay %s: %rN)rVr@rr_rr setdefault)r2rrr8rrr do_displayFs  zPdb.do_displaycCsR|r>z|j|ji|=WqNty:|d|YqN0n|j|jddS)zundisplay [expression] Do not display the expression any more in the current frame. Without expression, clear all display expressions for the current frame. znot displaying %sN)r@rr_rrrkrrrr do_undisplayYs  zPdb.do_undisplaycsfdd|j|jiDS)Ncsg|]}|r|qSrr)rr rrrris z*Pdb.complete_undisplay..)r@rr_rrrrcomplete_undisplayhszPdb.complete_undisplaycCs$i|jj|j}tjd|ddS)zinteract Start an interactive interpreter whose global namespace contains all the (global and local) names found in the current scope. z *interactive*)localN)r_r#rer,interact)r2rrrrr do_interactlszPdb.do_interactcCs|}t|dkrHt|j}|D]}|d||j|fq&dS|d|jvrt|dkr|d|d|j|dfnd|dd|j|d<dS)acalias [name [command [parameter parameter ...] ]] Create an alias called 'name' that executes 'command'. The command must *not* be enclosed in quotes. Replaceable parameters can be indicated by %1, %2, and so on, while %* is replaced by all the parameters. If no command is given, the current alias for name is shown. If no name is given, all aliases are listed. Aliases may be nested and can contain anything that can be legally typed at the pdb prompt. Note! You *can* override internal pdb commands with aliases! Those internal commands are then hidden until the alias is removed. Aliasing is recursively applied to the first word of the command line; all other words in the line are left alone. As an example, here are two useful aliases (especially when placed in the .pdbrc file): # Print instance variables (usage "pi classInst") alias pi for k in %1.__dict__.keys(): print("%1.",k,"=",%1.__dict__[k]) # Print instance variables in self alias ps pi self rz%s = %sNrr)rrsortedr?rrVr)r2rrrrrrrdo_aliasus "z Pdb.do_aliascCs6|}t|dkrdS|d|jvr2|j|d=dS)z9unalias name Delete the specified alias. rN)rrr?)r2rrrrr do_unaliasszPdb.do_unaliascsfdd|jDS)Ncsg|]}|r|qSrr)rarrrrrz(Pdb.complete_unalias..)r?rrrrcomplete_unaliasszPdb.complete_unalias)r#rrr"r+r$cCs2z|jD]}||qWnty,Yn0dSr0)r]ryrU)r2 frame_linenorrrrs   zPdb.print_stack_tracecCs6|\}}||jurd}nd}|||||dS)Nz> z )r_rVZformat_stack_entry)r2r^Z prompt_prefixrYrrrrrrys  zPdb.print_stack_entrycCs|stj||Sz>zt|d|}|WWStyLt|d|}Yn0Wn typ|d|YnL0tjjdkr|d|dS|j dur|d|dS| |j dS)zh(elp) Without argument, print the list of available commands. With a command name as argument, print help about that command. "help pdb" shows the full pdb documentation. "help exec" gives help on the ! command. Zhelp_rzNo help for %rrzJNo help for %r; please do not run Python with -OO if you need command helpNz&No help for %r; __doc__ string missing) r:r;do_helprwrrr<flagsoptimizerrVr)r2rZtopicZcommandrrrr_s&     z Pdb.do_helpcCs||jjpddS)a(!) statement Execute the (one-line) statement in the context of the current stack frame. The exclamation point can be omitted unless the first word of the statement resembles a debugger command. To assign to a global variable you must always prefix the command with a 'global' command, e.g.: (Pdb) global list_options; list_options = ['-l'] (Pdb) r6N)rV help_execrrlr1rrrrbs z Pdb.help_execcCs tdSr0)rr1rrrhelp_pdbsz Pdb.help_pdbcCstj|rtj|r|Stjtjd|}tj|rP|||jkrP|Stj|\}}|dkrp|d}tj|r|StjD]>}tj |rt |}qtj||}tj|r|SqdS)zHelper function for break/clear parsing -- may be overridden. lookupmodule() translates (possibly incomplete) file or module name into an absolute file name. rr6rN) rIrJisabsexistsrr<rqrAsplitextislinkreadlink)r2rrgrootextdirnamefullnamerrrrs"      zPdb.lookupmodulec Csrd|_d|_ddl}||\}}}||j|_ddl}|j |j d|j|j |j |t d||dS)NTFr__main__)r__file__ __package__ __loader____spec__ __builtins__)rBr)runpy_get_module_detailsrqrrrArm__dict__r`updateparentloaderrrr )r2 module_namersmod_namemod_specr,rmrrr _runmodules  zPdb._runmodulecCsddl}|j|jd|tdd|_|||_d|_t |"}d| |jf}Wdn1sp0Y| |dS)Nrrm)rrnrrTFzexec(compile(%r, %r, 'exec'))) rmrur`rvrrrBrqrAr)io open_codereadr )r2rrmr statementrrr _runscripts     "zPdb._runscript)r4NNNFT)r)N)rN)yrrrrr9rZr[r\rirfrprurtr|rrzrrorrrrmrrVrrrrrZcomplete_commandsrrZdo_bZcomplete_breakZ complete_brZcomplete_tbreakrrrZcomplete_enablerZcomplete_disablerZcomplete_conditionr Zcomplete_ignorerZdo_clZcomplete_clearZ complete_clrZdo_wZdo_btrrZdo_urZdo_drZdo_untrZdo_srZdo_nr!Z do_restartr"Zdo_rr#Zdo_cZdo_contr$Zdo_jr(Zcomplete_debugr+Zdo_qZdo_exitr,r5Zdo_ar6Zdo_rvr7rrr9r:r<Zcomplete_printZ complete_pZ complete_pprEZdo_lrFZdo_llrHZcomplete_sourcerArQZcomplete_whatisrSZcomplete_displayrTrUrXrZr[r]rr line_prefixryr_Zdo_hrbrcrr|rrrrrr s /     M ]!!.   1  ! #    r )"rwhereZdownZupbreakZtbreakr`rrr Z conditionrMsteprZuntilZjumpreturnZretvalr continuer)Zlonglistrr'ppZwhatissourceZdisplayZ undisplayrWrZunaliasdebugquitrz cCst|||dSr0)r r rrrrrrr Isr cCst|||Sr0)r r )Z expressionrrrrrr Lsr cCst|||dSr0)r rrrrr Osr cOstj|i|Sr0)r r)rkwdsrrrrSsr)headercCs,t}|dur|||tjdSr0)r rVrr< _getframef_back)rpdbrrrrVs rcCsB|durtd}|dur$tdt}||d|dS)NrzAA valid traceback must be passed if no exception is being handled)r<rrr r[ro)tr'rrrr^s rcCsttjdSr0)rr<last_tracebackrrrrr lsr zimport x; x.main()cCs ttdSr0)r TESTCMDrrrrtesttsrcCsddl}|tdSr()pydocZpagerr)rrrrrxsrausage: pdb.py [-c command] ... [-m module | pyfile] [arg] ... Debug the Python program given by pyfile. Alternatively, an executable module or package to debug can be specified using the -m switch. Initial commands are read from .pdbrc files in your home directory and in the current directory, if they exist. Commands supplied with -c are executed after commands from .pdbrc files. To let the script run until an exception occurs, use "-c continue". To let the script run up to a given line X in the debugged file, use "-c 'until X'".c CsXddl}|tjdddddg\}}|s>tttdg}d}|D]B\}}|dvrltttqJ|d vr||qJ|d vrJd }qJ|d}|stj |std |d td|rddl }z| |Wn$t yt tdYn0|tjdd<|s.tj|}tj|tjd<t} | j|z6|rT| |n | || jrlWqTtdWntytd|dtddtjddYntytdddttdYnptyt tdYnLt tdtdtd} | d| td|dYn0q@dS)Nrrzmhc:rzcommand=rF)z-hz--help)z-cz --command)z-mTzError:zdoes not existz*The program finished and will be restartedZ Restartingzwith arguments:rKrz/The program exited via sys.exit(). Exit status:)rz2Uncaught exception. Entering post mortem debuggingz1Running 'cont' or 'step' will restart the programz#Post mortem debugger finished. The z will be restarted)getoptr<rr_usageexitrrIrJrersrtrr print_excrealpathrkr rHrLr|rr)rr SystemExitr SyntaxErrorro) rZoptsrrMZ run_as_moduleoptZoptargrArsrrrrrmainsr                  rrm)NN)NN)N)/rrIr}rr<r:r7r*r,rr;rr"rrrrr__all__r!r'r.rr/rr8r;r Z _help_orderZ_commandrwrlrbr r r rrrr rrrrrrrrrrrsnC    7     L