Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
§
àÀfºú ã óf — d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl
Z
ddlZddlZddl
Z
ddlZddlZddlZddlmZ G d„ de¦ « Zg d¢Zd„ Zd„ Z G d „ d
e¦ « Z G d„ de¦ « Z G d
„ de¦ « ZdZ G d„ dej ej ¦ « Ze �Fg d¢Z e D ].Z!e e"ede!z ¦ « j # ¦ « dz z
Z Œ/e ej$ j z
Z [ [!d#d„Z%d#d„Z&d„ Z'd„ Z(ddœd„Z)d$d„Z*d„ Z+dZ,d„ Z-d„ Z.d Z/d!„ Z0e1d"k rddl2Z2 e2j0 ¦ « dS 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
=================
é N)ÚUnionc ó — e Zd ZdZdS )ÚRestartzBCauses a debugger to be restarted for the debugged python program.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó ú*/opt/alt/python311/lib64/python3.11/pdb.pyr r Z s € € € € € ØLÐLØ€Dr r ) ÚrunÚpmÚPdbÚrunevalÚrunctxÚruncallÚ set_traceÚpost_mortemÚhelpc óZ — t j dt j | ¦ « z ¦ « } t j |¦ « }n# t
$ r Y d S w xY w|5 t
|d¬¦ « D ]-\ }}| |¦ « r| ||fc cd d d ¦ « S Œ. d d d ¦ « n# 1 swxY w Y d S )Nzdef\s+%s\s*[(]é )Ústart)ÚreÚcompileÚescapeÚtokenizeÚopenÚOSErrorÚ enumerateÚmatch)ÚfuncnameÚfilenameÚcreÚfpÚlinenoÚlines r Ú
find_functionr' a s1 € Ý
Œ*Ð&¬°8Ñ)<Ô)<Ñ<Ñ
=Ô
=€CðÝ
Œ]˜8Ñ
$Ô
$ˆˆøÝð ð ð Øˆtˆtðøøøð
ð 2ð 2Ý% b°Ð2Ñ2Ô2ð 2ð 2‰LˆF�DØ�yŠy˜‰Œð
2Ø ¨6Ð1Ð1Ð1ð2ð 2ð 2ð 2ñ 2ô 2ð 2ð 2ð
2ð 2ð2ð 2ð 2ñ 2ô 2ð 2ð 2ð 2ð 2ð 2ð 2øøøð 2ð 2ð 2ð 2ð ˆ4s) «A Á
AÁ
AÁ2B ÂB Â B$Â'B$c ó” — t t j | ¦ « ¦ « }| ¦ « |D ]\ }}||k r|c S ŒdS ©Nr )ÚlistÚdisÚfindlinestartsÚreverse)ÚcodeÚlastiÚ
linestartsÚir% s r Úlasti2linenor2 n s[ € Ý•cÔ(¨Ñ.Ô.Ñ/Ô/€JØ×ÒÑÔÐØð ð ‰ ˆˆ6Ø�AŠ:ˆ:؈MˆMˆMð àˆ1r c ó — e Zd ZdZd„ ZdS )Ú_rstrz#String that doesn't quote its repr.c ó — | S ©Nr
©Úselfs r Ú__repr__z_rstr.__repr__y s € ؈r N)r r r r r9 r
r r r4 r4 w s) € € € € € Ø-Ð-ðð ð ð ð r r4 c óf ‡ — e Zd Zˆ fd„Zd„ Zed„ ¦ « Zed„ ¦ « Zed„ ¦ « Zˆ xZ S )Ú
_ScriptTargetc ó” •— t ¦ « | t j |¦ « ¦ « }||_ |S r6 )ÚsuperÚ__new__ÚosÚpathÚrealpathÚorig)ÚclsÚvalÚresÚ __class__s €r r> z_ScriptTarget.__new__~ s8 ø€ å‰gŒg�oŠo˜c¥2¤7×#3Ò#3°CÑ#8Ô#8Ñ9Ô9ˆð ˆŒàˆ
r c ó‚ — t j | ¦ « s*t d| j d¦ « t j d¦ « t j | ¦ « r*t d| j d¦ « t j d¦ « t j | ¦ « t
j d<